Skip to main content
A newer version of this page is available. .

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