Talk:Information for Simple Types

From RAD Studio
Jump to: navigation, search

When the TRttiInt64Type instance represents a UInt64 the code example displays -1 for MaxValue...

uint32_t max val = 0xFF...FF
0xFF...FF interpreted as int64_t (signed 64-bit int) gives -1

Vadimb 01:26, 3 March 2011 (PST)