When I call function IDE_TabIndex, the information about windows (editor, code list) is not updated immediately.
What I should make to update windows.
P.S. PLD 8.0 and 9.0
What I should make to update windows.
Code:
Ex.:
begin
IDE_TabIndex(1);
//old windows
//to-do: update windows
//new windows
MyProc;
end;
P.S. PLD 8.0 and 9.0
Last edited: