Data.DB.TStringField.FixedChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FixedChar: Boolean read FFixedChar write FFixedChar default False;

C++

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

Propriétés

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

Description

Spécifie si le champ représenté est de type Char.

FixedChar a la valeur true lorsque le champ dans la base de données sous-jacente est de type CHAR par opposition à VARCHAR.

Voir aussi