RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TFilerFlags Type

TFilerFlags is the set of TFilerFlag values.

Pascal
TFilerFlags = set of TFilerFlag;
C++
TFilerFlag TFilerFlags;

TFilerFlags values are written to form files as a prefix to saved components. They indicate any special status of the component that the streaming system must take into account. TFilerFlags is a set containing all the flags that might pertain to a single component. 

The following table lists the set of TFilerFlags values:

Value 
Meaning 
ffInherited  
The component is an inherited form.  
ffChildPos  
The order in which this component is created is important.  
ffInline  
The component is a top-level component such as a form or data module.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!