FireDAC.Stan.Param.TFDParam.AsByte

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsByte: Byte read GetAsByte write SetAsByte;

Properties

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

Description

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

The AsByte property represents the Byte value of a TFDParam object.

Setting the AsByte property sets the DataType to ftByte.

See Also