System.Win.TaskbarCore.TProgressState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !