The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnPercentDone


Unit:SDL_geodb
Class:TGeoDB
Declaration:property OnPercentDone: TOnPercentDoneEvent;
{TOnPercentDoneEvent = procedure (Sender: TObject; PercentDone: integer) of object;}

The event OnPercentDone occurs for all "Add...", "Replace..." and "Retrieve..." operationsm, and the garbage collection. In particular, the following methods generate an OnPercentDone event:

RetrieveBLOB, RetrievePolygon, AddBLOB, AddBorder, AddCity, AddLake, AddRiver, AddRoad, AddRoute, AddTown, ReplaceBLOB, ReplaceBorder, ReplaceCity, ReplaceLake, ReplaceRiver, ReplaceRoad, ReplaceRoute, ReplaceTown, GarbageCollection


Last Update: 2023-Dec-13