DBXCommon.TDBXWritableValue.SetAsBoolean
From RAD Studio VCL Reference
Delphi Information
From DBXCommon.pas
procedure SetAsBoolean(const Value: Boolean); virtual;
Unit: DBXCommon
Type: method
Visibility: protected
Member Of: TDBXWritableValue
Description
Set value as boolean representation.
SetAsBoolean sets value as a Boolean representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.