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

Description

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

The SetAsBoolean method sets the value of the field with the given Boolean Value.

See Also