[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class responsible for streaming of components.
Source position: classesh.inc line 1079
type TFiler = class(TObject) |
||
public |
||
procedure DefineProperty(); virtual; abstract; |
|
|
procedure DefineBinaryProperty(); virtual; abstract; |
|
|
|
The root component is the initial component which is being streamed. |
|
|
Component used to look up ancestor components. |
|
|
Ancestor component from which an inherited component is streamed. |
|
IgnoreChildren: Boolean; |
|
Determines whether children will be streamed as well. |
end; |
|
Class responsible for streaming of components. |
|
| | ||
|
Base class of all classes. |