Data.DB.TBooleanField.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 TBooleanField

Description

Sets the value of the Boolean field with the given Boolean Value.

The SetAsBoolean method sets the value of the Boolean field according to the given Value passed in as Boolean.

See Also