DK11 for Delphi | GisTypes.TGIS_ViewerHelperRun.DoSynchronize | Methods
Perform final step in a thread safe context. For example replace a cache bitmap with a new content
// Delphi public procedure DoSynchronize( const _final : Boolean ); virtual; abstract;
// C++ Builder public: virtual void DoSynchronize( const bool _final ) = 0;
Name | Type | Description |
---|---|---|
_final | Boolean | if true then final synchronize should be performed; progressive mode otherwise |