Back to Devexpress

TdxCustomLayoutControl.BeginTranslation Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-ff7b38f1.md

latest1.0 KB
Original Source

TdxCustomLayoutControl.BeginTranslation Method

Enables the translation mode for the layout element captions.

Declaration

delphi
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

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit