Data.DB.TFieldAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldAttributes = set of TFieldAttribute;

C++

typedef System::Set<TFieldAttribute, TFieldAttribute::faHiddenCol, TFieldAttribute::faFixed> TFieldAttributes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TFieldAttributes is a set of TFieldAttribute that indicates various field attributes.

TFieldAttributes is a set of TFieldAttribute that indicates various field attributes. TFieldAttributes describes the attributes of a physical field in an underlying database table.

See Also