Unit mseformdatatools

Description

This item has no description.

Overview

Functions and Procedures

procedure componentstoobjsource(components: componentarty; outfilename: filenamety; usesnames: string; unitname: string = ''; objformat: objformatty = of_default);
procedure formtexttoobjsource(sourcefilename: filenamety; formclass: string = ''; unitname: string = ''; objformat: objformatty = of_default; langmodule: boolean = false);
procedure datatoobjsource(const source: tstream; const dest: ttextstream; const unitname: msestring);
procedure getobjforminfo(instream: ttextstream; var formname,formclass: string);
procedure createlanglib(const libfilename: filenamety; const langmodules,resourcemodules: stringarty);
procedure writeconstdata(po1: pbyte; length: integer; const dataname: string; const outstream: ttextstream);

Types

objformatty = (...);

Description

Functions and Procedures

procedure componentstoobjsource(components: componentarty; outfilename: filenamety; usesnames: string; unitname: string = ''; objformat: objformatty = of_default);

This item has no description.

procedure formtexttoobjsource(sourcefilename: filenamety; formclass: string = ''; unitname: string = ''; objformat: objformatty = of_default; langmodule: boolean = false);

This item has no description.

procedure datatoobjsource(const source: tstream; const dest: ttextstream; const unitname: msestring);

This item has no description.

procedure getobjforminfo(instream: ttextstream; var formname,formclass: string);

This item has no description.

procedure createlanglib(const libfilename: filenamety; const langmodules,resourcemodules: stringarty);

This item has no description.

procedure writeconstdata(po1: pbyte; length: integer; const dataname: string; const outstream: ttextstream);

This item has no description.

Types

objformatty = (...);

This item has no description.

Values
  • of_default
  • of_delphi
  • of_fp

Generated by PasDoc 0.17.0.snapshot.