[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

TPropertyStorageLink

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

Declaration

Source position: propertystorage.pas line 96

type TPropertyStorageLink = class(TPersistent)

protected

  procedure SaveProperties; virtual;

  

  procedure LoadProperties; virtual;

  

public

  destructor Destroy; override;

  

  property Storage: TCustomPropertyStorage; [rw]

  

  property RootSection: String; [r]

  

  property OnSave: TNotifyEvent; [rw]

  

  property OnLoad: TNotifyEvent; [rw]

  

end;

Inheritance

TPropertyStorageLink

  

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.