Is there an option to use same components (check boxes, TEdit
s, etc.) on different tabs on TPageControl
component?
Not directly, no because each page is a separate object. If you want to use the same controls on every page, use TTabControl instead.
If you need to use TPageControl, there are ways to dynamically move controls between pages but usually it is simpler to just copy and paste.