Show: Delphi
C++
Display Preferences
WebAdapt.TAdapterBooleanField
From XE2 API Documentation
Delphi
TAdapterBooleanField = class(TCustomAdapterBooleanField)
C++
class PASCALIMPLEMENTATION TAdapterBooleanField : public TCustomAdapterBooleanField
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebAdapt.pas WebAdapt.hpp |
WebAdapt | WebAdapt |
Description
TAdapterBooleanField is an event handler based adapter field that works with a Boolean value.
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.