Search found 1 match
- 05.11.2015, 16:21
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi XE 5 - 'TMysqlShutdownLevel' has no type info
- Replies: 5
- Views: 1850
Re: Delphi XE 5 - 'TMysqlShutdownLevel' has no type info
Apologies for bringing an old thread back from the dead but I recently ran into the same issue and figured I should chime in. The reason for this error is that when using RTTI, Delphi cannot generate type info for enumerations that does not start with 0 or are not contiguous. One way of solving this...