TcxCustomGridTableViewData.GetDisplayText(Integer,Integer,string,Boolean,TcxGridDataOperation) Method
Declaration
function GetDisplayText(ARecordIndex: Integer; AItemIndex: Integer; out AText: string; AUseCustomValue: Boolean = False; ACustomValueOperation: TcxGridDataOperation = doGrouping): Boolean; virtual;
Parameters
Name | Type |
---|---|
ARecordIndex | Integer |
AItemIndex | Integer |
AText | string |
AUseCustomValue | Boolean |
ACustomValueOperation | TcxGridDataOperation |
Returns
Type |
---|
Boolean |
See Also