Data.DB.TFieldOptions

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTFieldOptions

Delphi

TFieldOptions = class (TPersistent)

C++

class PASCALIMPLEMENTATION TFieldOptions : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Represents the options for the fields of a dataset.

Use the AutoCreateMode, PositionMode, and UpdatePersistent properties to manage the field options.

To set and get the field options for a dataset, use the TDataSet.FieldOptions property.

See Also