Vcl.StdCtrls.TCustomComboBox.DoSetTextHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetTextHint; virtual;

C++

virtual void __fastcall DoSetTextHint();

Properties

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

Description

Sets the value of the TextHint property.

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

See Also