Data.DB.TFieldOptions.PositionMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PositionMode: TFieldsPositionMode read FPositionMode write FPositionMode default poLast;

C++

__property TFieldsPositionMode PositionMode = {read=FPositionMode, write=FPositionMode, default=0};

Properties

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

Description

Controls the position of the automatic fields relatively to the existing persistent fields.

PositionMode specifies the position of the automatic fields relatively to the existing persistent fields. The values are enumerated by TFieldsPositionMode.

See Also