ComponentOne True DataControl 8.0
ControlName Property

 

ControlName Property

Specifies a control whose property is governed by the property expression.

Syntax

PropertyExpression.ControlName= string

Remarks

Read/Write at run time and design time. Property applies to PropertyExpression object.

This property defines the name of the control whose property is governed by the PropertyExpression object. It is the control’s Name property, with Index in parentheses, if this is an element of a control array. Examples: Text1, Form1, TextArray(2).

See Control Property Expressions for details.

This property is used in conjunction with the PropertyName property. Full property name consists of ControlName and PropertyName separated with dot. Example: Label1.Font.Bold

See Also

PropertyExpression Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback