API:Vcl.ExtCtrls.TCustomButtonedEdit.DoSetTextHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetTextHint(const Value: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomButtonedEdit

Description

Sets the value of the TextHint property.

Vcl.ExtCtrls.TCustomButtonedEdit.DoSetTextHint inherits from Vcl.StdCtrls.TCustomEdit.DoSetTextHint. All content below this line refers to Vcl.StdCtrls.TCustomEdit.DoSetTextHint.

Sets the value of the TextHint property.

DoSetTextHint is a protected method used to set the value of the TextHint property.

See Also