![]() ULTIMATE Page Control Suite™ |
|
BUY UPC™, PRICING, SPECIAL OFFERUPC™ FEEDBACKUPC™ SUPPORT
Ultimate Page Control Suite™ Win32 | Delphi™ | C++Builder™ |
|
D.09.A. TADVANCE_PageGroup_Collection |
|
TOwnedCollection TADVANCE_AuxTools_Collection TADVANCE_PageGroup_Collection TADVANCE_ToolCollection__Prot TADVANCE_MasterTools_Collection TADVANCE_PagedTools_Collection
PageGroups™, as rendered by the NavigationWindow™. Each PMInterface contains a TADVANCE_PageGroup_Collection of TADVANCE_PageGroup_Items which prescribe how the NavigationWindow™ is to display each PageGroup™. |
|
METHODS |
|
function Move(CurIndex, NewIndex: Integer): Integer;
Moves a PageGroupItem from CurIndex to NewIndex. Re-draw is automated. Note that order is irrelevant to NavigationWindow processes. |
|
DELPHI EXAMPLE C++ EXAMPLE |
|
function PID_GetIndex(APID: Integer): Integer; virtual;
Returns the index of an item if Item.PID = APID; -1 is returned if no match is found. |
|
DELPHI EXAMPLE — REFERRING TO PID TO PROCESS ITEM BY INDEX OF ITEM C++ EXAMPLE — REFERRING TO PID TO PROCESS ITEM BY INDEX OF ITEM |
|
function PID_GetItem(APID: Integer): TADVANCE_PIDItem; virtual;
Returns a pointer to an item if Item.PID = APID; or nil if no match is found. |
|
DELPHI EXAMPLE — REFERRING TO PID TO PROCESS ITEM C++ EXAMPLE — REFERRING TO PID TO PROCESS ITEM |
|
function PID_GetUniqueValue: Integer; virtual;
Do not call directly. Used internally in creating TADVANCE_PIDItem descendants. |
|
D.09.B. TADVANCE_PageGroup_Item |
|
TCollectionItem TADVANCE_PIDItem TADVANCE_AuxTools_Item TADVANCE_PageGroup_Item TADVANCE_ToolCollectionItem__Prot TADVANCE_MasterTools_Item TADVANCE_PagedTools_Item TADVANCE_PageGroup_Item wraps a prescription for rendering the PageGroup™ in the Navigationwindow™. |
|
PageGroups™ PROPERTY EDITOR, PROPERTY EDITOR FUNCTIONS |
The ellipsis button of the PMInterface.PageGroups property invokes the PageGroups™ property editor. |
The PageGroups™ property editor maintains all configurable PageGroup™ properties without leaving the editor. Because of the display rules honored by the NavigationWindow™, item order has no effect on behavior. FUNCTIONS
It is not necessary to operate on PageGroup_Items in the Object Inspector, because all of the editable fields are handled by the PageGroups property editor. |
Example PageGroup_Item in the Object Inspector. It is not necessary to operate on PageGroup_Items in the Object Inspector, because all of the editable fields are handled by the PageGroups property editor. |
|
PROPERTIES |
|
property FontColor : TColor read FFontColor write FFontColor;
FontColor is applied to the SubtitleCaption and PageNavigationButton captions of the PageGroup™ in the Navigation Window, resulting in color matching across the group.
property Hint : String read FHint write FHint;
SubtitleCaption.Hint.
property SubtitleCaption : String read FSubtitleCaption write FSubtitleCaption;
The SubtitleCaption is displayed as the heading of the PageGroup™ in the NavigationWindow™. |
|
DELPHI EXAMPLES C++ EXAMPLES |
|
HOW PAGEGROUPS WORK, AND HOW PAGEGROUP MEMBERSHIP IS HANDLED BY PAGE PROPAGATION METHODS Essential background for page organization and population management. |
|
• PRECEDING
|
|
|