クラスTPersonがあります。各オブジェクトに固有のFSecondNameが知られています。私は(C#で静的フィールドのような)クラスのフィールドを追加するにはどうすればよいデルファイのクラスフィールド(静的フィールド)
type
TPerson = class(TObject)
private
FAge: Integer;
FFirstName: String;
FSecondName: String;
public
property Age: Integer read FAge;
property FirstName: String read FFirstName;
property SecondName: String read FSecondName;
constructor Create;
end;
者:TDictionaryキーはSecondNameであり、値がクラスTPersonの対象である(文字列、TPerson)、。
ありがとうございます!
2人で同じ名前を使用することはできません。家族の名前がGUIDに置き換えられた野生の進歩的な社会? –