Posts by Janice • 1 point
1 post
-
-1
votes1
answer975
viewsQ: Delphi _How to pass data to a record array type property
unit Exemplo; interface uses Classes, SysUtils, typinfo; const type {TRecordRateio} TRecordRateio = Record IdContaCorrente : Integer; CodBanco : String; Agencia : String; DVAgencia : String;…