TcxCustomGridTableViewData.GetDisplayTextFromValue(Integer,Integer,Variant,Boolean,TcxGridDataOperation) Method
Declaration
function GetDisplayTextFromValue(ARecordIndex: Integer; AItemIndex: Integer; const AValue: Variant; AUseCustomValue: Boolean = False; ACustomValueOperation: TcxGridDataOperation = doGrouping): string; overload;
Parameters
| Name | Type |
|---|---|
| ARecordIndex | Integer |
| AItemIndex | Integer |
| AValue | Variant |
| AUseCustomValue | Boolean |
| ACustomValueOperation | TcxGridDataOperation |
Returns
| Type |
|---|
| string |
See Also