LocStringName method |
Applies to
TWPLocalizeForm
Declaration
function LocStringName: String;
Description
This function calculates the patch name for the strings in the TWPLanguageControl. The standard implementation uses is:
function TWPLocalizeForm.LocStringName : String; begin Result := ''; if _XMLParent<>'' then Result := _XMLParent + '/'; if _XMLName<>'' then Result := Result + _XMLName else Result := Result + Name; end; |
Copyright (C) by WP |