Vcl.ActnMan.TControlProperties.DoSetControlText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetControlText(const Value: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TControlProperties

Description

DoSetControlText changes the text of the attached TControl.

DoSetControlText is expected to be implemented in descendent classes.

See Also