Yuri Posted May 11, 2006 Report Share Posted May 11, 2006 Hi all, If we have the link on xcontrol, then we have access to xcontrol-property and xcontrol-method. However if for any subroutine make control-input="xcontrol referency", then in subroutine will be accessible only standard property and methods. Individuality xcontrol will be lost. There can be it a mistake, or can be - ideology. In any case it reduces convenience. Quote Link to comment
Jeffrey Habets Posted May 12, 2006 Report Share Posted May 12, 2006 Hmmm, seems to work as expected here.. You should make sure that the reference is a reference to your particular XControl type. If your reference is a generic control reference it's logical that you will only see the methods and properies that are common for all (X)Controls. You can easily create the correct reference by dropping a control ref. on your FP and then drag-and-drop the XControl on top of that to create a strictly typed reference for your XControl. Hope this helps. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.