Util.FormatIdent |
Top Previous Next |
Syntax function Util.FormatIdent(ObjName: string): string
Alternative Names
Description Returns the object identifier ObjName with double quotes.
Example execute UDSBlock as begin GUI.ShowMessage('This is a formatted identifier: ' || Util.FormatIdent('My Table')); end |