-
Notifications
You must be signed in to change notification settings - Fork 117
TVclStylesSystemMenu
Rodrigo Ruz edited this page Apr 30, 2015
·
2 revisions
The TVclStylesSystemMenu component included in the Vcl.Styles.Utils.SystemMenu unit allow to select a Vcl Style from the system Menu.
To use this component, only you need create an new instance passing a reference to the form.
procedure TForm1.FormCreate(Sender: TObject);
begin
TVclStylesSystemMenu.Create(Self);
end;