Forum > LCL
To hide all TPageControls
Leledumbo:
--- Quote ---Do I have to declare overhere?
--- End quote ---
Yes, you just miss one thing in the implementation:
--- Quote ---Procedure TMajorForm_TForm.HideEveryTPageControl;
begin
...
end;
--- End quote ---
asdf:
It works, so thank you so much for all of your kind assistance.
Leledumbo:
After declaring in interface section, you can type Ctrl+Shift+C to make the IDE automatically create the implementation section.
Navigation
[0] Message Index
[*] Previous page