Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIAction_FindPageByCaption

Extends
UIAction_GetPageReference

Finds the tab page whose button has the specified caption or data store binding value. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.UIAction
            |   
            +-- Engine.UIAction_TabControl
               |   
               +-- Engine.UIAction_GetPageReference
                  |   
                  +-- Engine.UIAction_FindPageByCaption

Variables Summary
UIAction_FindPageByCaption
boolbMarkupString
stringSearchCaption
Inherited Variables from Engine.UIAction_GetPageReference
PageIndex, PageReference
Inherited Variables from Engine.UIAction_TabControl
TabControl

Functions Summary
event Activated ()))
Inherited Functions from Engine.UIAction_GetPageReference
Activated


Variables Detail

UIAction_FindPageByCaption

bMarkupString Source code

var(UIAction_FindPageByCaption) bool bMarkupString;
indicates that the search caption is actually a markup string

SearchCaption Source code

var(UIAction_FindPageByCaption) string SearchCaption;
the button caption to search for


Functions Detail

Activated Source code

event Activated ( ) )
Called when this event is activated. Performs the logic for this action.


Defaultproperties

defaultproperties
{
   VariableLinks(5)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="Page Caption",PropertyName="SearchCaption",MinVars=1,MaxVars=255)
   ObjName="Find Page By Caption"
   Name="Default__UIAction_FindPageByCaption"
   ObjectArchetype=UIAction_GetPageReference'Engine.Default__UIAction_GetPageReference'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.846 - Created with UnCodeX