DK11 for Delphi | GisLayerVector.TGIS_LayerVector.getStatistics | Constructors | Fields | Methods | Properties | Events
Parse label string (to expand fields etc.).
// Delphi protected function getStatistics( const _field : String; const _function : String ) : Variant;
// C++ Builder protected: Variant* getStatistics( const UnicodeString _field, const UnicodeString _function );
Name | Type | Description |
---|---|---|
_field | String | source field of statistics |
_function | String | name of statistical function |
Type | Description |
---|---|
Variant | Value of statistics or null. |