Returns the object holding the component’s properties.
Declaration
componentObj.Properties
Read-Write Property | One of the objects listed in the Property Value section |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxComboBox, TcxCurrencyEdit, TcxDateEdit, TcxLabel, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit
Description
The Properties
property lets you obtain or set specific attributes of the component’s behavior, such as the format and appearance of the displayed text, the list of buttons displayed in the components-editors, and so on.
Property Value
Depending on the component type, this property returns one of the following objects that let you work with the component’s properties:
TcxButtonEditProperties
TcxCalcEditProperties
TcxCheckBoxProperties
TcxComboBoxProperties
TcxCurrencyEditProperties
TcxDateEditProperties
TcxLabelProperties
TcxMemoProperties
TcxMRUEditProperties
TcxProgressBarProperties
TcxRadioGroupProperties
TcxSpinEditProperties
TcxTextEditProperties
TcxTimeEditProperties