Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 10/06/24 in all areas

  1. Kazantsev Alexey

    Items of custom managed records

    program Project1; {$APPTYPE CONSOLE} uses System.Rtti; type TvatIndividual = record DocumentNumber: string; TurnoverDate: TDate; PaymentDate: TDate; DocumentType: string; Year: integer; TurnoverDescription: string; TurnoverAmount: Currency; end; begin for var f in TRttiContext.Create.GetType(TypeInfo(TvatIndividual)).GetFields do WriteLn(f.ToString); ReadLn; end.
  2. dummzeuch

    Items of custom managed records

    Just in case anybody else is wondering: This works since Delphi 2010 which was the version that first included the unit rtti. Older Delphi versions did not support RTTI for records.
  3. + TMiTeC_SMBIOS - SMBIOS 3.8 compliance + TMiTeC_Disk - Volume label for mapped drives + Process desktop detection added (TProcessRecord.Desktop) + TMiTeC_Security - added AntiVirus detection on Windows servers + TMiTeC_BT - added Bluetooth radio detection * TMiTeC_EventLog - fixed EventType evaluation in new api (WinEvt) + TMiTeC_EventLog - TEventType and TLogRecord was enhanced + TSysProcMonThread - UseSynchronize property added * TMiTeC_Storage - partition detection fixed and GPT partition property Name added For more information see https://www.mitec.cz/msics.html
×