TcxCustomGridTableViewData.HasNewItemRecord Method
Specifies whether the View has the “new item record”.
Declaration
function HasNewItemRecord: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The HasNewItemRecord function returns True if the View contains the “new item record” (“new item row” in a grid View) enabling a user to enter new data. The new item record is implemented only in a grid View and can be displayed via the OptionsView.NewItemRow property. The record corresponding to the “new item row” is retrieved by the NewItemRecord property.
See Also