VirtualShellHistoryChange method

Applies to
TForm1

Declaration
procedure VirtualShellHistoryChange(Sender: TBaseVirtualShellPersistent; ItemIndex: Integer; ChangeType: TVSHChangeType);

Implementation

procedure TForm1.VirtualShellHistoryChange(
  Sender: TBaseVirtualShellPersistent; ItemIndex: Integer;
  ChangeType: TVSHChangeType);
begin try
oxGraphicButton5.Enabled := VirtualShellHistory.ItemIndex > 0;
oxGraphicButton9.Enabled := oxGraphicButton5.Enabled;
except end;End;


HTML generated by Time2HELP
http://www.time2help.com