RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldGetBooleanEvent Type

TAdapterFieldGetBooleanEvent is the type for event handlers that provide a boolean value associated with an adapter field.

Pascal
TAdapterFieldGetBooleanEvent = procedure (Sender: TObject; var Value: Boolean) of object;
C++
(Sender: TObject; var Value: Boolean) ( TAdapterFieldGetBooleanEvent)();

TAdapterFieldGetBooleanEvent is the type for event handlers that let you provide a boolean value that is associated with an adapter field component. 

Sender is the adapter field component whose value is requested. 

Value returns the boolean value associated with Sender. Typically, this is the value of the adapter field. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!