Component: Panel Console Viewer (Runtime Tools)
From Flowcode Help
(Redirected from Component: ID 06db27a4 c20a 4371 b05e 7cdb55556859)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.1 |
Category | Runtime Tools |
Contents
Panel Console Viewer component
An easy way to display the data from up to four console windows on the panel.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DynamicTextField.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DynamicTextField.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AppendText
AssignConsoleHandle
![]() |
AssignConsoleHandle |
Assigns a specific console handle to one of the text fields. | |
![]() |
Item |
1=Col1, 2=Col2, 3=Col3, 4=Col4 | |
![]() |
ConsoleHandle |
![]() |
Return |
GetText
![]() |
GetText |
Allows the selected text to be read back. | |
![]() |
Item |
0=Title, 1=Col1, 2=Col2, 3=Col3, 4=Col4 | |
![]() |
Return |
SetColor
![]() |
SetColor |
Sets the selected item's color. | |
![]() |
Item |
0=Title, 1=Col1, 2=Col2, 3=Col3, 4=Col4, 5=Border | |
![]() |
Color |
![]() |
Return |
SetText
![]() |
SetText |
Allows the selected text to be specified. | |
![]() |
Item |
0=Title, 1=Col1, 2=Col2, 3=Col3, 4=Col4 | |
![]() |
Text |
![]() |
Return |