Zum Inhalt springen
  • Datenschutzerklärung
  • Impressum
  • StorableObjects (SO)
Hahne-Software

Softwareentwicklung

  • Datenschutzerklärung
  • Impressum
  • StorableObjects (SO)
Hahne-Software

Softwareentwicklung

  • Delphi, StorableObjects

Erstellung einer Klasse für StorableObjects

Erstellen einer Tabellen-Klasse: [SOTable('CUSTOMER')] // Name der Tabelle in der Datenbank TCustomer = class(TStorableObject) private sName : String; public [SOField('CUS_ID', ftAutoInc, 0, 'ID', [sflPrimaryKey])] property ID; // Ist bereits in der Basisklasse TStorableObject deklariert und muss nur veröffentlicht werden. …
WeiterlesenErstellung einer Klasse für StorableObjects
  • hjhahne
  • 23. Februar 2017
  • Delphi, Tipps & Tricks

ClientRect eines Listview Item/SubItem ermitteln

uses CommCtrl; var r : TRect; ListView_GetSubItemRect(Handle,ItemIndex,SubItemIndex,LVIR_BOUNDS,@r);
WeiterlesenClientRect eines Listview Item/SubItem ermitteln
  • hjhahne
  • 22. Februar 2017
zurück
1 2 3 4
  • Links zu KI-Inhalten28. Juni 2024
  • Weitere Tests mit KI Bildgenerierung21. Juni 2024
  • Galerie10. Juni 2024
  • Quellcode Analyse mit Chat-GPT4 (Local AI Version)8. Juni 2024
  • Chat GPT-4 Vision (Preview)8. Juni 2024
Kategorien
  • AI (7)
  • Assetto Corsa (2)
  • Chat GPT (3)
  • Delphi (23)
  • Links (3)
  • Rennsimulationen (2)
  • Stable Diffusion (5)
  • StorableObjects (18)
  • Tipps & Tricks (4)

Archiv

Copyright © 2025 - WordPress Theme von CreativeThemes