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

TAnchorSide.Owner

The control being anchored.

Declaration

Source position: controls.pp line 892

public property TAnchorSide.Owner : TControl
  read FOwner;

Description

For example:

AButton1.AnchorSide[akBottom].Owner = AButton1