Skip to main content

ButtonStruct

Access: -

NameTypeComment
textTc2_System.T_MaxString-
enabledBOOL-
visibleBOOL-
pressedBOOL-

Code

Declaration

TYPE ButtonStruct :
STRUCT
text : Tc2_System.T_MaxString;
enabled :BOOL := FALSE;
visible :BOOL := FALSE;
pressed :BOOL := FALSE;
END_STRUCT
END_TYPE