Vcl.StdCtrls.TCustomEdit.DoSetTextHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetTextHint(const Value: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

Description

Sets the value of the TextHint property.

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

See Also