Class tfiler
Unit
Declaration
type tfiler = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- tfiler
Overview
Fields
| Protected | FRoot: tcomponent; |
| Protected | FLookupRoot: tcomponent; |
| Protected | FAncestor: tpersistent; |
Methods
| Protected | procedure SetRoot(ARoot: tcomponent); virtual; |
| Public | procedure DefineProperty(const Name: string; ReadData: TReaderProc; WriteData: TWriterProc; HasData: Boolean); virtual; abstract; |
| Public | procedure DefineBinaryProperty(const Name: string; ReadData, WriteData: TStreamProc; HasData: Boolean); virtual; abstract; |
Properties
| Public | property Root: tcomponent read FRoot write SetRoot; |
| Public | property LookupRoot: tcomponent read FLookupRoot; |
| Public | property Ancestor: tpersistent read FAncestor write FAncestor; |
| Public | property IgnoreChildren: Boolean read FIgnoreChildren write FIgnoreChildren; |
Description
Fields
| Protected | FRoot: tcomponent; |
|
This item has no description. | |
| Protected | FLookupRoot: tcomponent; |
|
This item has no description. | |
| Protected | FAncestor: tpersistent; |
|
This item has no description. | |
Methods
| Protected | procedure SetRoot(ARoot: tcomponent); virtual; |
|
This item has no description. | |
| Public | procedure DefineProperty(const Name: string; ReadData: TReaderProc; WriteData: TWriterProc; HasData: Boolean); virtual; abstract; |
|
This item has no description. | |
| Public | procedure DefineBinaryProperty(const Name: string; ReadData, WriteData: TStreamProc; HasData: Boolean); virtual; abstract; |
|
This item has no description. | |
Properties
| Public | property Root: tcomponent read FRoot write SetRoot; |
|
This item has no description. | |
| Public | property LookupRoot: tcomponent read FLookupRoot; |
|
This item has no description. | |
| Public | property Ancestor: tpersistent read FAncestor write FAncestor; |
|
This item has no description. | |
| Public | property IgnoreChildren: Boolean read FIgnoreChildren write FIgnoreChildren; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.