Vcl.ActnMan.TControlProperties.DoSetControlText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoSetControlText(const Value: string); virtual;

C++

virtual void __fastcall DoSetControlText(const System::UnicodeString Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TControlProperties

Beschreibung

DoSetControlText ändert den Text des zugehörigen TControl.

DoSetControlText soll in abgeleiteten Klassen implementiert werden.

Siehe auch