I am using tcxPageControl
and tcxTabSheet
to create a several Tabs
. Each Tab
is created at Runtime, based on a registry from tbl_Manager
. This table
keep the name of manager of each employee, and the Tabs
are the name of manager.
PROBLEM
The name of manager is repeated many times, how can I avoid to create Tabs
with the same name and create only one Tab
per manager?