type TStudent = class private FProp: String; public property Prop: String read FProp write FProp; end;