Vcl.Controls.TBalloonHint.SetHintSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHintSize(HintWindow: TCustomHintWindow); override;

C++

virtual void __fastcall SetHintSize(TCustomHintWindow* HintWindow);

Properties

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

Description

Sets the hint's size.

Vcl.Controls.TBalloonHint.SetHintSize inherits from Vcl.Controls.TCustomHint.SetHintSize. All content below this line refers to Vcl.Controls.TCustomHint.SetHintSize.

Sets the hint's size.

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

See Also