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

Delphi

procedure SetAsBoolean(Value: Boolean); override;

C++

virtual void __fastcall SetAsBoolean(bool Value);

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