|
RAD Studio VCL Reference
|
TAdapterFieldBooleanValueEvent is the type for event handlers that respond when a boolean value is assigned to an adapter field.
TAdapterFieldBooleanValueEvent = procedure (Sender: TObject; Value: Boolean) of object;
(Sender: TObject; Value: Boolean) ( TAdapterFieldBooleanValueEvent)();
TAdapterFieldBooleanValueEvent is the type for event handlers that let you store a boolean value that is assigned to an adapter field.
Sender is the adapter field component whose value has just been assigned.
Value is the boolean value assigned to Sender.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|