Creates a new fuzzy name by concatenating the left fuzzy expression, the connection, and the right fuzzy expression.
Namespace: FuzzyConsts
Delphi |
function CreateFuzzyName( LeftExpression, RightExpression, Connection: String ): String; overload; |
Parameters
LeftExpression
Type: String
RightExpression
Type: String
Connection
Type: String
Type: String
Reference |