michael
|
e95f3a7f26
* Patch from Wagner Landgraf to add GetTypeName function (Issue ID 38850)
|
4 years ago |
mattias
|
8b952f5578
rtl: added TValue.Cast/FromOrdinal/FromArray, issue 38825, from Henrique Gottardi Werlang
|
4 years ago |
mattias
|
0e5b285b1d
rtl: added rtti TProcedureFlag pfSafeCall and pfAsync
|
4 years ago |
michael
|
0642e13f57
* FindType implementation from Henrique Werlang (bug ID 38252)
|
4 years ago |
mattias
|
9966b6d55b
rtl: fixed TTypeInfoStaticArray.Dims
|
4 years ago |
mattias
|
838825b0b2
rtl: removed TTypeInfoDynArray.DimCount
|
4 years ago |
mattias
|
0746298593
packages: rtl: fixed TTypeInfoRecord.RecordType
|
4 years ago |
mattias
|
6fb1ce581f
rtl: moved TTypeKind to unit system, fpc compatibility, needed by GetTypeKind
|
5 years ago |
mattias
|
726d0d3b3d
rtl: added pfAddress,pfReference
|
5 years ago |
mattias
|
a16ec5bdc1
rtl: added tkExtClass
|
5 years ago |
mattias
|
07c76c5111
rtl: fixed SetMethodProp normal function
|
5 years ago |
mattias
|
c79684f8d9
rtl: MethodName: support callbacks with function reference
|
5 years ago |
mattias
|
b1c084790f
rtl: SetMethodProp: reuse callback if possible
|
5 years ago |
mattias
|
0a5fe28683
rtl: added GetInterfaceProp, SetInterfaceProp
|
6 years ago |
mattias
|
87f96a7724
rtl: added SetMethodProp
|
6 years ago |
mattias
|
c465228571
rtl: added GetMethodProp
|
6 years ago |
mattias
|
75bae04c58
rtl: made TValue a record, started TRttiType
|
6 years ago |
mattias
|
36a5a5a3a9
rtl: added simple TRttiContext to support querying attributes like Delphi
|
6 years ago |
mattias
|
dcb5c10cac
rtl: added TCustomAttribute
|
6 years ago |
mattias
|
01b3be4a07
rtl: added tkHelper
|
6 years ago |
mattias
|
7b1596cb91
rtl: added typinfo functions for TTypeInfoStruct to access advanced record RTTI
|
6 years ago |
mattias
|
5791ba170e
rtl: initial Rtti.Invoke(), issue 34710
|
6 years ago |
mattias
|
aabb2c66cf
rtl: typinfo: added GetEnumName, GetEnumValue, GetEnumNameCount
|
6 years ago |
mattias
|
949b1daf26
rtl: typinfo GetPropList
|
7 years ago |
mattias
|
55ecc09268
rtl: GetPropInfos: fixed duplicates
|
7 years ago |
mattias
|
97cb60459e
rtl: changed TGUIDString to type string
|
7 years ago |
mattias
|
9636f88afa
rtl: typinfo: GetOrdProp/SetOrdProp for tkSet
|
7 years ago |
mattias
|
5964333408
rtl: typinfo: added GetEnumProp, SetEnumProp, GetSetProp, SetSetProp
|
7 years ago |
mattias
|
d3e2e69826
typinfo: added GetStrProp, SetStrProp, GetOrdProp, SetStrProp
|
7 years ago |
michael
|
691d3d8bdc
* Patch from mattias to handle GUID as record
|
7 years ago |