Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TSizeConstraints.SetInterfaceConstraints

Used by the interface to set the interface constraints.

Declaration

Source position: controls.pp line 668

public procedure TSizeConstraints.SetInterfaceConstraints(

  MinW: Integer;

  MinH: Integer;

  MaxW: Integer;

  MaxH: Integer

); virtual;

Description

Should only be used by custom components, not by applications.