PlatformAPI.TOTAProgressType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTAProgressType = (optStart, optUpdate, optError, optFinish, optCancel);

C++

enum DECLSPEC_DENUM TOTAProgressType : unsigned char { optStart, optUpdate, optError, optFinish, optCancel };

Properties

Type Visibility Source Unit Parent
enum public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI

Description

Embarcadero Technologies does not currently have any additional information.