Data.DB.TStringField.FixedChar
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TStringField | |
Delphi
property FixedChar: Boolean read FFixedChar write FFixedChar default False;
C++
__property bool FixedChar = {read=FFixedChar, write=FFixedChar, default=0};
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.