Skip to main content

TcxCustomGridTableViewData.NewItemRecord Property

Provides access to a new item record in the parent grid View.

Declaration

property NewItemRecord: TcxCustomGridRecord read;

Property Value

Type Description
TcxCustomGridRecord

Returns a new item record if the HasNewItemRecord function returns True; otherwise, returns nil (in Delphi) or nullptr (in C++Builder).

Cast returned object to the corresponding terminal TcxCustomGridRecord class descendant to access all public API members.

Tip

Call the NewItemRecord.ClassType function to identify the actual new item record type.

See Also