[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements the final class for the XML Form Session Properties storage.
Source position: xmlpropstorage.pas line 62
type TXMLPropStorage = class(TCustomXMLPropStorage) |
||
published |
||
property StoredValues: TStoredValues; |
|
Collection with the names and values for properties handled for the container. |
property FileName: string; |
|
Name of the file where the property data is saved in XML format. |
property RootNodePath: string; |
|
Name of the root object path on your XML file. |
property Active: Boolean; |
|
Indicates whether the container is Active and allows access to its storage. |
property OnSavingProperties: TNotifyEvent; |
|
Event handler signalled when the Save method is started. |
property OnSaveProperties: TNotifyEvent; |
|
Event handler signalled when the Save method is completed. |
property OnRestoringProperties: TNotifyEvent; |
|
Event handler signalled when the Restore method is started. |
property OnRestoreProperties: TNotifyEvent; |
|
Event handler signalled when the Restore method is completed. |
end; |
|
Implements the final class for the XML Form Session Properties storage. |
|
| | ||
|
Implements the base class for the XML Form's Session Properties Storage. |
|
| | ||
|
TFormPropertyStorage - class for storage of a Form's properties. |
|
| | ||
|
Implements the abstract ancestor class used to get the property list for a control. |
|
| | ||
|
Defines a container used to Save and Restore property values. |
|
| | ||
TComponent |
||
? | ||
TObject |
|
Implements a form used in an LCL application. |
|
|
Implements the final class for the INI Form Session Properties storage. |
|
|
Implements the final class for the JSON Form Session Properties storage. |
lazarus-ccr.sourceforge.net |