Data.DB.TStringField.SetAsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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'.

See Also