GetTypeSize(PTypeInfo) Method
Returns the size that is needed in order to pass an argument of the given type.
While in most cases the result is equal to the actual type size for short strings it always returns SizeOf(Pointer) as short strings are always passed as pointer.