/
ccApplication.ShowStatus

ccApplication.ShowStatus

arameter

(Operation, Status : WideString; Progress : Float) : Boolean;

Beschreibung

Die Funktion zeigt das Statusfenster mit den entsprechenden Infos an. Progress nimmt einen Wert zwischen -1 und 100 an.

Beispiel

ccApplication.ShowStatus('Hello World','Example',-1);
Sleep(5000);
ccApplication.CloseStatus;
For i:=1 to 100 do
begin
  ccApplication.ShowStatus('Hello World','Progress Example...',i);
  Sleep(10);
end;

ccApplication.CloseStatus;

Related content

ccApplication.ShowStatus
ccApplication.ShowStatus
More like this
ccApplication.ShowStatus
ccApplication.ShowStatus
More like this
ccApplication.ShowStatus
ccApplication.ShowStatus
More like this
ccApplication.ShowStatus
ccApplication.ShowStatus
More like this
ccApplication.ChangeBlob
ccApplication.ChangeBlob
More like this
ccApplication.ChangeBlob
ccApplication.ChangeBlob
More like this