Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.340 Beiträge
Delphi 12 Athens
|
Re: Get count of members in record
10. Jan 2010, 11:48
Delphi-Quellcode:
private
function GetProp(Name: String): String;
public
property Prop[Name: String]: String read GetProp;
end;
Ein Therapeut entspricht 1024 Gigapeut.
|