🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: pl.comp.lang.delphi
2 messages
2 total messages Started by "konsul41@wp.pl" Tue, 26 Feb 2019 11:55
Delphi 10.3
#294509
Author: "konsul41@wp.pl"
Date: Tue, 26 Feb 2019 11:55
24 lines
613 bytes
Delphi 10.3 Community Edition

Mam zrobiony w C# interfejs COM
Który uzyskuje poprawnie i sobie go używam.

Interfejs traktuję jako MODEL
potrzebuję Widok i Kontroler

Interfejs z TLB wygląda tak

...
IRoznywiersz = interface(IDispatch)
     ['{28981247-A993-43CC-852E-B0A8BA8510BB}']
     function Get_dok_id: Integer; safecall;
     procedure Set_dok_id(pRetVal: Integer); safecall;
     ...
     property dok_id: Integer read Get_dok_id write Set_dok_id;
     ...
   end;


Jak najlepiej dorobić widok i kontroler dla interfejsu IRoznywiersz?
Jakie mam możliwości?

Obydwie strony C# i Delphi są moje.
Re: Delphi 10.3
#294510
Author: "konsul41@wp.pl"
Date: Thu, 28 Feb 2019 13:42
17 bytes
Zrobiłem binding
Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads