Vcl.ExtCtrls.NotebookHandlesNeeded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NotebookHandlesNeeded(Notebook: TNotebook);

C++

extern DELPHI_PACKAGE void __fastcall NotebookHandlesNeeded(TNotebook* Notebook);

Properties

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

Description

Global procedure that allows controls that use the Anchors property to resize correctly in non-visible pages.

NotebookHandlesNeeded is a global procedure that is used to allow controls that use the Anchors property to resize correctly when contained in non-visible pages within a TNotebook control.

Call NotebookHandlesNeeded within your form's OnCreate, passing the notebook object as a parameter.

See Also