DTHANDLE property

Edit tables.

Returns the underlying handle of the datatable object.

dtHandle = Get_Property(edittableCtrl, "DTHANDLE")

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).

edittable = @window:".TABLE_1"

Handle = Get_Property(edittable,"DTHANDLE")
  • guides/programming/programmers_reference_manual/dthandle.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1