Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Code]
- var
- MyButton: TNewButton;
- ...
- procedure CurPageChanged(CurPageID: Integer);
- begin
- // make your button visible only when the page that is just to be displayed is the components page
- MyButton.Visible := CurPageID = wpSelectComponents;
- end;
Advertisement
Add Comment
Please, Sign In to add comment