Vcl.Controls.TWinControl.ChildHandlesNeeded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChildHandlesNeeded;

C++

void __fastcall ChildHandlesNeeded();

Properties

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

Description

ChildHandlesNeeded method forces the creation of the child control handles.

This method may be useful to create child control handles before a form shows and performs correct adjustments of the control layout according to their anchors and others.