Data.DB.TFieldOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DB.TFieldOptions&oldid=638582"