RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField Properties

The properties of the TField class are listed here.

 
Name 
Description 
 
Represents the field's value as a TBcd value. 
 
Represents the field's value as a boolean value. 
 
Represents the field's value as a Currency value. 
 
Represents the field's value as a TDateTime value. 
 
Represents the field's value as a double value. 
 
Represents the field's value as a 32-bit integer. 
 
Represents the field's value as a TSQLTimeStamp. 
 
Represents the field's value as a string (Delphi) or an AnsiString (C++). 
 
Represents the Value of the field as a Variant. 
 
This is AsWideString, a member of class TField. 
 
Specifies the name of an attribute set in the data dictionary to apply to the field component. 
 
Determines whether the value of the field is calculated by the OnCalcFields event handler of its dataset. 
 
Specifies whether a field can be modified. 
 
Represents the current value of the field component including changes made by other users of the database. 
 
Identifies the dataset to which a field component belongs. 
 
Indicates the amount of memory needed to store a field component's value. 
 
Identifies the data type of the field component. 
 
Represents the name of the field for display purposes. 
 
Represents the field's value as it is displayed in a data-aware control. 
 
Contains a mask that restricts the data that can be entered into a data field. 
 
Provides read-only access to the EditMask property. 
 
Indicates the ordinal position of the field's column in the underlying table or query result. 
 
Indicates the field name qualified by the full name of the parent field, if any. 
 
Indicates whether a field is an index field. 
 
Indicates whether the field has a value assigned to it. 
 
Determines whether the field is specified as a lookup field. 
 
Indicates a cache of values from the LookupDataSet indexed by a set of values from the KeyFields property. 
 
Represents the current value of the field component including pending cached updates. 
 
Indicates the number of bytes added to the end of the current record buffer in the dataset for storing cached values (for calculated fields or BLOB fields). 
 
Represents the original value of the field (as a Variant). 
 
Specifies the TObjectField object from which this field is derived. 
 
Size 
Indicates the size used in the definition of the physical database field for data types that support different sizes. 
 
Text 
Contains the string to display in a data-aware control when the field is in edit mode. 
 
Specifies the characters that can be included in the text representation of the field's value. 
 
Represents the data in a field component. 
 
Name 
Description 
 
Determines how the field's data is displayed within a data-aware control. 
 
Indicates whether the field values can be generated by the server rather than entered by the user. 
 
Specifies a customized error message that appears when the user tries to set a value that violates the data constraints of the field. 
 
Specifies an SQL string the enforces any application-specific constraints on the field's value. 
 
Specifies an SQL expression that is assigned to the field if the user does not provide a value. 
 
Contains the text to display in the corresponding column heading of a data grid. 
 
Specifies the number of characters that should be used to display a field's value by a cooperating data-aware control. 
 
Indicates whether a field represents a column in a dataset, a calculated field, or a lookup field. 
 
Indicates the name of the physical column in the underlying table or query result to which a field component is bound. 
 
Indicates whether field values are constrained. 
 
Represents an SQL clause that enforces constraints stored on the server. 
 
Specifies the field component's index in the Fields property of the dataset. 
 
Identifies the field or fields in the dataset that must be matched in a lookup dataset when doing a lookup. 
 
Determines whether the values of a lookup field are cached or looked up dynamically every time the current record in the dataset changes. 
 
Identifies the dataset used to look up field values. 
 
Identifies the field or fields in the lookup dataset to match when doing a lookup. 
 
Identifies the field from the lookup dataset whose value becomes the Value property of the field component. 
 
Indicates the name of the field in its original database table. 
 
Specifies how a provider uses the field value when applying updates. 
 
Determines whether the field can be modified. 
 
Specifies whether a nonblank value for a field is required. 
 
Determines whether the field appears in a data grid. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!