TdxCustomCheckGroupBoxCheckBox Members
Serves as the base class for classes that contain check box settings for a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component).Constructors
| Name | Description |
|---|---|
| Create(TdxCustomCheckGroupBox) | Initializes a new instance of the TdxCustomCheckGroupBoxCheckBox class with specified settings. |
Properties
| Name | Description |
|---|---|
| CheckAction | Manages the check box’s behavior in a checkable group box editor. |
| Checked | Toggles the checked state of the check box provided by a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component). |
| Visible | Specifies the visibility of the check box within the caption area of a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component). |
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. |
| ToString | Inherited from TObject. |
See Also