Flags used by the TFiler class.
Source position: classesh.inc line 1695
| 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. |