procedure TForm4.Button1Click(Sender: TObject);
var
obj:TdataInputs;
Nombre,i: Integer;
ListeProprietes: TPropList;
begin
Nombre := GetPropList(obj.ClassInfo, tkAny, @ListeProprietes);
for I := 0 to Nombre-1 do
begin
//ici je récup @obj.chaque propriété
//ListeProprietes[I]^.Name;
//dans un tableau j'aurais écrit @obj[ListeProprietes[I]^.Name];
end;
end;
Donc comment je récup @obj.?? quand ?? est une variable string?
Merci d'avance.
Tokazio
A voir également:
Les chemins du code ne retournent pas tous une valeur