FireDAC.Stan.Param.TFDParam.AsBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBoolean: Boolean read GetAsBoolean write SetAsBoolean;

C++

__property bool AsBoolean = {read=GetAsBoolean, write=SetAsBoolean, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Specifies the value of a TFDParam when it represents a Boolean.

The AsBoolean property represents the Boolean value of a TFDParam object.

Setting the AsBoolean property sets the DataType property to ftBoolean.

See Also