Data.DB.TStringField.FixedChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedChar: Boolean read FFixedChar write FFixedChar default False;

C++

__property bool FixedChar = {read=FFixedChar, write=FFixedChar, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TStringField

Description

Specifies whether the represented field is of Char type.

FixedChar is true when the field in the underlying database is a CHAR type as opposed to VARCHAR.

See Also