Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
CtrlArray = ""  
 
// Get the handles to the label and editline  
CtrlArray<-1> = Get_Property(@Window:".LABEL", "HANDLE")  
CtrlArray<-1> = Get_Property(@Window:".EDITLINE", "HANDLE")  
 
// Remove them, restoring them back to their original locations on the OI form  
Send_Message(@Window:".OLE_PANEL", "OLE.RemoveCtrls", CtrlArray)

See Also

AddCtrls