TcxPivotGridOLAPOLEDBProvider.PopulateCubeNames(TStrings) Method
Obtains the names of cubes accessible by the OLE DB provider.
Declaration
procedure PopulateCubeNames(ANames: TStrings); override;
Parameters
Name | Type |
---|---|
ANames | TStrings |
Remarks
This method clears the ANames string list and populates it with the names of cubes accessible by the provider.
See Also