System.Win.TaskbarCore.TProgressState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TProgressState = record
    State: TTaskBarProgressState;
    MaxValue: Int64;
    CurrentValue: Int64;
  end;

C++

struct DECLSPEC_DRECORD TProgressState
{
public:
    TTaskBarProgressState State;
    __int64 MaxValue;
    __int64 CurrentValue;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore System.Win.TaskbarCore

Description

Embarcadero Technologies does not currently have any additional information.