Skip to main content

TrimType

Underlying type: default

Components

NameValueComment
RIGHT0-
LEFTimplicit-
BOTHimplicit-

Code

Declaration

{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
TYPE TrimType :
(
RIGHT := 0,
LEFT,
BOTH
);
END_TYPE