Data.DB.TStringField.SetAsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsBoolean(Value: Boolean); override;

C++

virtual void __fastcall SetAsBoolean(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TStringField

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