API:Vcl.Controls.TBalloonHint.SetHintSize

From RAD Studio API Documentation

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. {{#multireplace:Vcl.Controls.TBalloonHint.SetHintSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TCustomHint.SetHintSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TCustomHint.SetHintSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets the hint's size.

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

See Also