TcxLanguages.Add Method
Adds a language to the collection.
Declaration
function Add: TcxLanguage;
Returns
Type |
---|
TcxLanguage |
Remarks
The method adds an empty item to the collection and returns it. To specify a language for this newly created item, use the TcxLanguage.LocaleID property.
See Also