TeeTranslateAControl
 
 
 

All Units  All Classes  Properties, Methods and Events  

TeeTranslateAControl procedure

procedure TeeTranslateAControl(Const AControl: TTranslatable; Const ExcludedChilds: array of TTranslatable);

Unit
TeeTranslate

Description
Equivalent to TeeProcs.pas unit "TeeTranslateControl" method.

Determines and translates properties of AControl parameter (ie: if AControl is a TButton, then translates the button Caption using the currently selected language).

Uses TeeGerman;

TeeSetGerman;
Button1.Caption:='Series';
TeeTranslateControl(Button1);




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.