Skip to main content

Link

«Link(identifier_name,[in_provider],[out_provider])»

Position Parameter Description
1 Identifier name The text to keep in sync.
2 In provider (optional) The “In” StringProvider that converts other links to the text that this link shows.
3 Out provider (optional) The “Out” StringProvider that converts this link’s text to the text that other links show.

Creates a linked identifier in the code. Linked identifiers synchronize references to the same identifier and apply the same changes to the other identifiers.

Note

Letters, numbers, and underscore are allowed inside the Link command.

To use this text command, specify the identifier’s initial name as the first parameter. To create a field declaration linked to a property name, specify In and Out string providers that convert the data.

The Text Command use is detailed in the Linking Identifiers article.