Page 1 of 1

Visible

PostPosted: 19 Oct 2015 18:43
by etwoss
Hi

Can a property Visible be added (to hide the item) ?

Eric

Re: Visible

PostPosted: 20 Oct 2015 12:18
by Alexander Bulei
Hi Eric,

Added for next beta build.

Best Regards.

Re: Visible

PostPosted: 21 Oct 2015 07:57
by etwoss
Hi

Great!!!

Eric

Re: Visible

PostPosted: 01 Nov 2015 09:20
by etwoss
Hi

Just installed and testen but does not seem to work, item still visible

Code: Select all
procedure TFrmMainConsultant.IWAppFormCreate(Sender: TObject);
begin
//  mnuMain.Items[4].Visible := UserSession.UrenLicentie;
  mnuMain.Items[4].Disabled := not UserSession.UrenLicentie;
end;


Visible code still shows the item, disabled code disables the item

Eric