Data.DB.TStringField.SetAsBoolean
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TStringField |
Delphi
procedure SetAsBoolean(Value: Boolean); override;
C++
virtual void __fastcall SetAsBoolean(bool Value);
Description
Sets the value of the field with the given Boolean value.
If the input Boolean value is True, then the field's value becomes 'T'; otherwise, 'F'.