Unit 'mnConfigs' Package
[Overview][Classes][Procedures and functions][Index] [#pl_minilib]

TmnParams

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mnConfigs.pas line 26

type TmnParams = class(TmnFields)

public

  constructor Create;

  

  procedure LoadFromStream(); override;

  

  procedure SaveToStream(); override;

  

  function ReadInteger();

  

  function ReadString();

  

  function ReadBoolean();

  

  property Field: TmnField; default;

  

  property Separator: string; [rw]

  

  property Delimiter: char; [rw]

  

  property AsString: string; [rw]

  

  property Items []: TmnField; [r]

  

end;

Inheritance

TmnParams

  

|

TmnFields

  

|

TmnCustomFields,IFields

  

|

TObject



CT Web help

CodeTyphon Studio