Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DTHANDLE property ====== ==== Applies to ==== Edit tables. ==== Description ==== Returns the underlying handle of the datatable object. ==== Usage ==== dtHandle = **Get_Property**(edittableCtrl, "DTHANDLE") ==== Returns ==== 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|GetMenu() function]], [[handle|HANDLE property]] ==== Example ==== <code> edittable = @window:".TABLE_1" Handle = Get_Property(edittable,"DTHANDLE") </code> guides/programming/programmers_reference_manual/dthandle.txt Last modified: 2024/06/19 20:20by 127.0.0.1