Vcl.Controls.TCustomHintWindow.AutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AutoSize;

C++

HIDESBASE void __fastcall AutoSize(void);

Properties

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

Description

Forces TCustomHintWindow to set its size from parent TCustomHint.

AutoSize forces the TCustomHintWindow to set its size based on information from its parent, TCustomHint.

See Also