TUIItems List .Add Control Method
Add a TControl to the current list of User Interface elements and the path to move around from keyboard arrows and a game controller DPad.
procedure AddControl(const Control: TControl; const TopControl: TControl; const RightControl: TControl; const BottomControl: TControl; const LeftControl: TControl; const HasFocus: boolean; const IsBackControl: boolean)
Parameters
- Control
- Type: TControl
- TopControl
- Type: TControl
- RightControl
- Type: TControl
- BottomControl
- Type: TControl
- LeftControl
- Type: TControl
- HasFocus
- Type: System.Boolean
- IsBackControl
- Type: System.Boolean