[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Flags used by the TFiler class
Source position: classesh.inc line 1086
type TFilerFlag = ( |
||
ffInherited, |
|
Stored object is an inherited object. |
ffChildPos, |
|
The position of the child on it's parent is included. |
ffInline |
|
Used for frames. |
); |
The TFiler class uses this enumeration type to decide whether the streamed object was streamed as part of an inherited form or not.
|
Class responsible for streaming of components. |