You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
You can perform type casting of component reference variables using the *AS operator. The following code fragment illustrates the syntax of the *AS operator:
If ((#Object1 *As #Prim_Form).Visible = True)
Set #COM_OWNER Left((#Object1 *As #Prim_Form).Left)
EndIf
Copyright © 2004-2026 IDERA, Inc.