bSubClassed = MTblIsSubClassed( hWndTbl )

Determines whether a table is subclassed.

Parameters
hWndTbl
Window Handle: Handle of the table

Return
Boolean: TRUE if the table is subclassed or FALSE if not

Example

On SAM_Create
  If NOT MTblIsSubClassed( hWndForm )
    Call MTblSubClass( hWndForm )

See also
MTblSubClass

Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily