TcxSpinEditGetValueEvent Type
Declaration
TcxSpinEditGetValueEvent = procedure(Sender: TObject; const AText: TCaption; out AValue: Variant; var ErrorText: TCaption; var Error: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
AText | TCaption |
AValue | Variant |
ErrorText | TCaption |
Error | Boolean |
See Also