Unit 'RttiUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-base]

TPropsStorage

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

Declaration

Source position: rttiutils.pp line 68

type TPropsStorage = class(TObject)

protected

  function ReadString(); virtual;

  procedure WriteString(); virtual;

  procedure EraseSection(); virtual;

  function GetItemName(); virtual;

  function CreateStorage; virtual;

public

  procedure StoreAnyProperty();

  procedure LoadAnyProperty();

  procedure StoreProperties();

  procedure LoadProperties();

  procedure LoadObjectsProps();

  procedure StoreObjectsProps();

  property Options: TPropStorageOptions; [rw]

  property AObject: TObject; [rw]

  property Prefix: string; [rw]

  property Section: string; [rw]

  property OnReadString: TReadStrEvent; [rw]

  property OnWriteString: TWriteStrEvent; [rw]

  property OnEraseSection: TEraseSectEvent; [rw]

end;

Inheritance

TPropsStorage

|

TObject


Documentation generated on: 2023-03-18