TdxPSDBBasedExplorerItemsFieldNamesMap.Data Property
In This Article
Specifies the name of the field containing report data.
#Declaration
Delphi
property Data: string index fnmData read; write;
#Property Value
Type |
---|
string |
#Remarks
You should assign the name of a BLOB (memo) field to the Data property. This field’s values will actually contain report data.
See Also