Use intrinsic functions that are new in XE7 where possible

Issue #60 closed
Stefan Glienke repo owner created an issue

Example:

  if {$IFDEF DELPHIXE7_UP}System.GetTypeKind(T){$ELSE}GetTypeKind(TypeInfo(T)){$ENDIF} = tkClass then

Should be done once the branches with features for 1.2 are merged back in develop

Comments (4)

  1. Log in to comment