![]() |
|
|
#6
|
||||
|
||||
|
ну добавь:
Код:
type
TStudent = class
private
FProp: String;
public
property Prop: String read FProp write FProp;
end; |