Author: Yves D4513
以前刷新セミナーでご紹介したRS232C(COM)用コンポーネントがWindows限定(WUNI232c)でMITライセンスで配布されています。
あっハッシュタグとかいろいろ忘れた。#DelphiNew 232c Compornet is release.Mit License. It is only for Windows.https://t.co/BofCCpc7xH
— やましょう (@qa65000)…
製品インストール後、ライセンスを確認する方法(LicenseManager.exe)
2017年02月14日
Author: Gary A
Delphi / C++Builderインストール後、同じPC内にインストールされたライセンスを確認する方法として
LicenseManager.exeを使う方法があります。
Delphi /…
Author: Duclos B65275
Below, I wrote a Delphi code.
////
function TForm1.json_to_array<T>(json_str, key_name: String; size_: Integer): TList<TValue>;
var
i: Integer;
sr_: TStringReader;
rd_: TJsonTextReader;
jiterator_: TJSONIterator;
list…