Skip to main content

TdxCustomLayoutControl.BeginTranslation Method

Enables the translation mode for the layout element captions.

Declaration

procedure BeginTranslation;

Remarks

This procedure internally calls the container’s BeginTranslation procedure. Refer to the procedure description to learn how to utilize the translation mode.

As with the BeginUpdate/EndUpdate method blocks, ensure that every BeginTranslation call has a corresponding EndTranslation call, even if an exception occurs.

See Also