TcxCustomPivotGrid.CreateField Method
In This Article
Creates a new field.
#Declaration
Delphi
function CreateField: TcxPivotGridField; virtual;
#Returns
Type |
---|
Tcx |
#Remarks
Use the CreateField method to initialize a blank field to be used, for example, as a custom field.
See Also