TabPagesGet

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean TabPagesGet(SalString sParentObject,
SalString sWindowVersion,
SalArray<SalString> sTabTag,
SalArray<SalString> sWindow,
SalArray<SalString> sTabTitle)

The TabPagesGet retrieves information about all windows that are to be dynamically added to a parent object.

Parameters

Name Description
SalString sParentObject The object name (e.g. frmTabbedWindow.picTabs) of the cQuickTabs object for which to retrieve information.
SalString sWindowVersion The version tag for the window owning the parent object. If a version is specified, only dynamic tabs of with an identical or unspecified version are retrieved. If version is not specified, all dynamic tabs (for the parent object) are retrieved.
SalArray<SalString> sTabTag List of tags for the dynamic tabs.
SalArray<SalString> sWindow List of windows that are to be associated with the dynamic tabs. These window names should be used to create form pages.
SalArray<SalString> sTabTitle List of titles for the dynamic tabs.

Returns

The return value is TRUE if any dynamic tabs where found for the parent object, FALSE otherwise.

Comments

The framework classes cMasterDetailTab and cContainerTab use this method  when adding dynamic tabs.