Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TComponentStyle

Describes the style of the component.

Declaration

Source position: classesh.inc line 2065

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.

);


Documentation generated on: Jul 24 2023