meghaphophalia
2 years agoOccasional Contributor
How to pass special charcaters in text field
I am Working on Delphi desktop application:
I have to name a field as -123#$%^abc
So I pass values with ObjName.Keys("123#$%^abc")
But on UI side after insert this it reset to only bc and insert name as bc only .
Can anyone suggest me how can I pass these values. Is it a matter of special case characters or what?