Posted: Sat Jun 01, 2019 6:52 am Post subject: disable all without execute table items
Code:
if (messagedlg(rsThereAreOneOrMoreAutoAssemblerEntriesOrCodeChanges,
mtConfirmation, [mbYes, mbNo], 0) = mrYes) then
begin
addresslist.disableAllWithoutExecute;
for i := 0 to length(AdvancedOptions.code) - 1 do
AdvancedOptions.code[i].changed := False;
end;
i found this in ce source
how disable all table items without execute with LUA SCRIPT
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum