[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TComponentStyle

Describes the style of the component.

Declaration

type TComponentStyle = set of (

  csInheritable,

  

The component can be on inherited forms.

  csCheckPropAvail

  

??

);