TdxCustomLayoutControl.EndTranslation Method
Disables the translation mode for the layout element captions.
Declaration
procedure EndTranslation;
Remarks
This procedure internally calls the container’s EndTranslation procedure to disable the translation mode enabled by the layout control’s BeginTranslation procedure.
See Also