Versions Compared

Key

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

...

The HANDLE property returns a non-null , non-zero number if the window or control exists, making it easy to check if a window or control has been closed (or destroyed).

See Also

GetMenu() functionHANDLE property

Example

Code Block
edittable = @window:".TABLE_1"
Handle = Get_Property(edittable,"DTHANDLE")