Data.DB.TFieldOptions

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTFieldOptions
[–] Properties
Type: class
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TFieldOptions = class (TPersistent)

C++

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

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