DK11 for Delphi | GisLayer.TGIS_Layer.MustCalculateStatistics | Constructors | Fields | Methods | Properties | Events
Verifies if all statistics required to properly render the layer are available.
// Delphi public function MustCalculateStatistics : Boolean; virtual;
// C++ Builder public: virtual bool MustCalculateStatistics(void);
Type | Description |
---|---|
Boolean | True if some statistics must be computed. |
The function does not consider if the statistics are valid (up-to-date). It verifies only that statistics exist.