RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterBooleanField Class

TAdapterBooleanField is an event handler based adapter field that works with a Boolean value.

Pascal
TAdapterBooleanField = class(TCustomAdapterBooleanField);
C++
class TAdapterBooleanField : public TCustomAdapterBooleanField;

WebAdapt

TAdapterBooleanField publishes the properties in TCustomAdapterBooleanField. TCustomAdapterBooleanField calls event handlers to retrieve the adapter field's value, validate a value entered by the end-user, and update the adapter field's value. 

Add TAdapterBooleanField to TAdapter or other adapter components types when you need an adapter field that works with a Boolean value. There are other adapter field components that use event handlers. They differ in the type and number of values that are supported. See TAdapterField, TAdapterMultiValueField, TAdapterMemoField, TAdapterFileField and TAdapterImageField

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!