FireDAC.Stan.Param.TFDParam.IsUnicode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsUnicode: Boolean read GetIsUnicode;

Properties

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

Description

Specifies whether the DataType of a TFDParam object is an Unicode-based data type.

The IsUnicode property is set to TRUE if the value of a DataType is set to one of the Unicode-based data types.

See Also