![]() |
|
#1
|
|||
|
|||
|
Here is my code.
UserVar1 : string; ClPic : TOvcUserData; I want to execute this statement: ClPic.UserCharSet[pmUser1]:=UserVar1; but TOvcUserData and String are not compatible tipes Any idia? Please Help. Thank you. |
|
#2
|
|||
|
|||
|
Don't use a string..
The required value is a TCharSet Ex: *(Direct from OVCDATA.PAS) const *IntegerCharSet: TCharSet = ['0'..'9', ' ']; *RealCharSet * : TCharSet = ['0'..'9', ' ', '-', '.']; |
![]() |
| Thread Tools | |
| Display Modes | |
|
|