WinStudio

From Base Form Property

NOTE: This property is available only for components on extended forms, that is forms created as extensions of other forms. For more information, see About Creating New Forms by Extension.

This property specifies whether the value of the component is to be taken from the base form or treated as an extended form component.

When set to True, this property indicates that the value of the component is to be taken from the base form. In this case, when the component is selected in Design Mode:

When set to False, this property indicates that the component is to be treated as if it were native to the extended form. In this case, you can modify the component in Design Mode the same as any other extended form component.


Related Topics

About Creating New Forms by Extension