RAD Studio VCL Reference
ContentsIndex
TWideDataSet Members Public Properties
Public Properties
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Contains any aggregate fields. 
 
Determines when the OnCalcFields event is triggered and when lookup field values are calculated. 
 
Determines how many record buffers are read in each block. 
 
Bof 
Indicates whether the first record in the dataset is active. 
 
Specifies the current bookmark in the dataset. 
 
Indicates whether the dataset permits write access to data. 
 
Specifies the interface reference implemented by the component. 
 
Indicates the number of components owned by the component. 
 
Indicates the position of the component in its owner's Components property array. 
 
Lists all components owned by the component. 
 
Describes the current state of the component, indicating when a component needs to avoid certain actions. 
 
Governs the behavior of the component. 
 
Indicates the persistent TDataSetField object that owns a nested dataset. 
 
Represents the data source of another dataset that supplies values to the dataset. 
 
Indicates whether a dataset's underlying field components are generated dynamically when the dataset is opened. 
 
Returns a pointer to the Dataset designer for the dataset. 
 
Contains information used by the Form designer. 
 
Eof 
Indicates whether a dataset is positioned at the last record. 
 
Indicates the number of field components associated with the dataset. 
 
Points to the list of field definitions for the dataset. 
 
Points to the list of field definitions for the dataset. 
 
Lists the field components of a dataset. 
 
Lists all non-aggregate field components of the dataset. 
 
Provides access to the values for all fields in the active record for the dataset 
 
Specifies the text of the current filter for a dataset. 
 
Specifies whether or not filtering is active for a dataset. 
 
Specifies whether or not filtering is case insensitive, and whether or not partial comparisons are permitted when filtering records. 
 
Indicates whether or not moving to a different record is successful. 
 
Indicates whether the dataset is unidirectional. 
 
Indicates whether the active record is modified. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Indicates the component that is responsible for streaming and freeing this component. 
 
Indicates the active record in the dataset. 
 
Indicates the total number of records associated with the dataset. 
 
Indicates the size of a record in the dataset. 
 
Determines whether a unique TField object is created for each element of an array field. 
 
Indicates the current operating mode of the dataset. 
 
Represents information used internally by components that support COM. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.