Vcl.Controls.TMargins.GetControlBound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControlBound(Index: Integer): Integer; virtual;

C++

virtual int __fastcall GetControlBound(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Sets the coordinates and the limits for the margins of a control.

GetControlBound is called to set the control's margins, coordinates, and sizes.

See Also