Share via


Programmatically Manipulate Objects

File: ...\Samples\Solution\Forms\Objects.scx

This sample shows how to set properties at run time for objects in a form set. The sample form set contains two forms. Code associated with the Click event of controls on both forms changes the property settings of other controls.

When setting properties of controls at run time, remember to reference the control through its container hierarchy. For example, to set the Value property of a control on one form from code in a method of another form, reference the highest-level container (the form set), and all subsequent containers.

THISFORMSET.frmLeft.chkBold.Value = .F.

See Also

Programmatically Manipulate Text | Solutions Sample Overview | Visual FoxPro Foundation Classes A-Z