Commit Graph

737 Commits

Author SHA1 Message Date
michael
aa33897aa3 * Convert array of jsvalue to array of const where appropriate 2021-05-08 15:35:32 +00:00
michael
18900ad5a3 * Add correct constructor 2021-05-08 14:41:57 +00:00
michael
8391404494 * Fix %m formatting in format 2021-05-08 14:40:48 +00:00
michael
15c584548a * Fix issue ID, property wrongly defined in TJSHTMLLabel 2021-05-07 05:56:28 +00:00
michael
a12207ccc3 * Patch from Wagner Landgraf to fix order of params in StartsStr/EndsStr (Issue ID 38853) 2021-05-04 12:46:46 +00:00
mattias
f50e3b21a8 rtl: simplified TObject.MethodName 2021-05-04 08:55:17 +00:00
michael
e95f3a7f26 * Patch from Wagner Landgraf to add GetTypeName function (Issue ID 38850) 2021-05-04 08:54:03 +00:00
mattias
8b952f5578 rtl: added TValue.Cast/FromOrdinal/FromArray, issue 38825, from Henrique Gottardi Werlang 2021-04-30 09:30:45 +00:00
mattias
37fe291187 rtl: added TRttiInstanceType, issue 38824, from Henrique Gottardi Werlang 2021-04-30 09:22:05 +00:00
mattias
a3b1d0b22a rtl: fixed TRttiMethod.LoadParameters flags, issue 38823, from Henrique Gottardi Werlang 2021-04-30 09:19:57 +00:00
mattias
0dd3a997c1 rtl: reuse existing rtticontext, still not Delphi compatible, issue 38812, from Henrique Gottardi Werlang 2021-04-30 09:17:33 +00:00
michael
e36441b661 * Added overloaded constructor so omitting argument will not cause problems 2021-04-28 12:32:03 +00:00
michael
cbcc6c63b8 * Add range check to trystrtoint 2021-04-28 09:35:19 +00:00
mattias
dd8c294f2b fixed trystrtoint checking bounds 2021-04-28 09:20:10 +00:00
mattias
173ddc874b rtl: added TRttiMethod.GetIsAsyncCall, issue 38803, from henrique 2021-04-26 21:06:10 +00:00
mattias
0e5b285b1d rtl: added rtti TProcedureFlag pfSafeCall and pfAsync 2021-04-24 12:08:19 +00:00
michael
0d67dd9e56 * | is special char for regexp 2021-04-22 07:05:01 +00:00
mattias
8ee8c55c49 rtl: fixed TValue.Empty setting FData, issue 38776 2021-04-19 20:40:48 +00:00
michael
0f656ddf5f * Add comparer version of dictionary 2021-04-14 10:38:27 +00:00
michael
b892a8a8bf * TBlobField.DisplayValue 2021-04-13 19:11:36 +00:00
michael
f4f8234b1f * Publish OnRecordResolved, OnLoadFail 2021-04-13 19:11:06 +00:00
michael
e7c06bcde4 * Use TBoolStrs for Boolean.ToString helper 2021-04-13 07:23:33 +00:00
michael
84a9a96ee2 * Fix wrong comparison of objects, adjusted patch by Henrique Werlang (Issue 38748) 2021-04-13 07:16:07 +00:00
michael
6ea1e42c5c * Fix for destroying nested datasets, patch by Henrique Werlang (issue 38749) 2021-04-13 07:07:07 +00:00
michael
58971dc918 * Fix missing override; patch by Henrique Werlang (issue 38747) 2021-04-13 07:03:02 +00:00
michael
7f00bc04ab * Clipboard support (bug ID 0038726) 2021-04-08 12:31:29 +00:00
mattias
1a832a6d09 rtl: clean up 2021-04-06 10:48:28 +00:00
michael
714c373055 * Undo latest change 2021-04-05 13:37:50 +00:00
michael
0024cc8683 * Patch by Martin to add button to show devtools 2021-04-05 07:12:39 +00:00
michael
3fbcdefcc6 * GUI improvement by Martin Friebe 2021-04-05 07:11:16 +00:00
michael
b08c04ca65 * Patch from Martin Friebe to improve detection of designdemo 2021-04-05 07:09:21 +00:00
michael
b8c0b0d885 * Patch from Martin Friebe to add browser log messages 2021-04-05 07:02:38 +00:00
michael
abf57d2eeb * Rework by Martin Friebe to work with Cef4Delphi 2021-04-04 09:49:30 +00:00
michael
2240440fff * Fix ObjectBinaryToStream: read filer signature 2021-04-04 09:28:37 +00:00
michael
efea6321bd * Fix demo to work again with latest webwidgets 2021-04-01 08:29:56 +00:00
michael
78cff9a0ec * Forgot to commit TSysCharSet 2021-03-30 08:54:19 +00:00
michael
a697c3c12a * Remove unused variable 2021-03-26 03:19:30 +00:00
michael
42b39a317d * Patch from Henrique Werlang to ignore some missing properties from stream 2021-03-23 11:55:23 +00:00
michael
46c124ced6 * Preventdefault 2021-03-23 10:50:31 +00:00
michael
fe057842c4 * Some logging 2021-03-23 10:47:23 +00:00
michael
cebd916053 * Add ExtractStrings 2021-03-22 20:09:55 +00:00
michael
8fb7a9ba3d * Fixed demorouter example 2021-03-22 12:59:37 +00:00
michael
513de6c6e3 * (try)StrToUint(def) 2021-03-14 09:02:51 +00:00
michael
caca92c60d * Amended fix from Bruno Fierens to handle CR/LF in GetNextLineBreak 2021-03-14 08:50:50 +00:00
michael
e3c55a64e4 * StringStream.ReadString/WritString. Fix TMemoryStream.LoadFromStream. 2021-03-13 11:36:45 +00:00
michael
3435ab3e7b * flatpickr lib 2021-03-09 13:58:42 +00:00
mattias
01992a59d5 rtl: TRttiClassRefType for tkClassRef, issue 38571, from henrique 2021-03-02 13:58:35 +00:00
mattias
17df322ecd rtl: TRttiParameter.GetFields, issue 38570, from henrique 2021-03-02 13:57:03 +00:00
michael
414ef0fe37 * Patch from henrique werlang to allow get/set value of records (Issue ID 38569) 2021-03-02 13:19:52 +00:00
michael
4cbd08c400 * Patch from Henrique Werlang to implement generic AsType<T>() 2021-03-02 12:32:38 +00:00