DK11 for Delphi | GisTypes.GIS_PROGRESS_TRESHOLD | Constants | Enums | Classes | Prototypes | Records | Types
Define how often a busy.hourglass will be updated (read this as "every GIS_PROGRESS_THRESHOLD shape".
// Delphi const GIS_PROGRESS_TRESHOLD = 1000;
// C++ Builder // const syntax for C++Builder is not fully reliable extern DELPHI_PACKAGE short GIS_PROGRESS_TRESHOLD /* 1000 */;
Value |
---|
1000 |