[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Describes the style of the component.
Source position: classesh.inc line 1276
type TComponentStyle = set of ( |
||
csInheritable, |
|
The component can be on inherited forms. |
csCheckPropAvail, |
|
?? |
csSubComponent, |
|
Subcomponent - streamed as part of the owning component |
csTransient |
|
Transient component |
); |
No notes exist for this page yet.