Vcl.Controls.TCustomHint.SetHintSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHintSize(HintWindow: TCustomHintWindow); virtual;

C++

virtual void __fastcall SetHintSize(TCustomHintWindow* HintWindow);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Sets the hint's size.

This method sets the custom hint's size from a TCustomHintWindow instance.

See Also