TdxLayoutCheckBoxItemCheckBoxOptions Members
Contains a layout check box item‘s settings.Constructors
Name | Description |
---|---|
Create(TdxCustomLayoutItem) | Initializes a new instance of the TdxCustomLayoutItemOptions class with specified settings. Inherited from TdxCustomLayoutItemOptions. |
Properties
Name | Description |
---|---|
AllowGrayed | Specifies whether a layout check box has the grayed state. |
Glyph | Specifies one or more custom glyphs for a check box. |
GlyphCount | Specifies the number of images stored in the Glyph property. |
ReadOnly | Specifies if a check box is editable. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnChange | Notifies that a change has occurred in a check box. |
See Also