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

TControl.AnchoredControls

Provides indexed access to controls which are anchored to the current control by their ordinal position.

Declaration

Source position: controls.pp line 1652

public property TControl.AnchoredControls[Index: Integer] : TControl
  read GetAnchoredControls;

Description

AnchoredControls is a read-only indexed TControl property which allows access to controls which which are anchored to the control instance. Anchored controls are indexed by their ordinal position in the list used to store the values.



CT Web help

CodeTyphon Studio