KCML_Form_IsTranslatableProperty

Purpose

Determine if the property is suitable for translation.

Definition

DEFSUB 'KCML_Form_IsTranslatableProperty(property$) AS Bool

Parameters

propertyproperty name. The leading . is optional but the trailing $ is expected, so .Text$ and Text$ are valid inputs. Case is ignored.

Description

Some property such as Text$ are candidates for translation as they are visible in the client. This funnction can determine if the specified property may need to be translated. The current list is ButtonText$, Heading$, Help$, Hint$, Label$ and Text$.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.