|
New predicate in the TabDLG package: tabdlg_SetStateprocedure tabdlg_SetState(WINDOW Parent,TABDLG_ENABLE_LIST StateList) - (i,i) Sets for the specified Parent window style flags given in the list StateList.
RemarksIt is recommended to use this predicate instead of dialog_SetState and win_SetState, when it is necessary to handle controls in inactive sheets correctly. The predicate is supplied beginning with Visual Prolog 5.1, build 565. ExampleSee example in ...\VPI\TOOLEXAM\TABDLG. |