Y
ygxdha
Unregistered / Unconfirmed
GUEST, unregistred user!
TfrmSelectFolder = class(TForm)
private
{ Private declarations }
fFolderName: String;
fFullName: String;
public
{ Public declarations }
property FolerName:String read fFolerName write fFolerName;
property FullName:String read fFullName write fFullName;
end;
调试不通过,显示错误如下:
[Error] Unit3.pas(23): Field or method identifier expected
private
{ Private declarations }
fFolderName: String;
fFullName: String;
public
{ Public declarations }
property FolerName:String read fFolerName write fFolerName;
property FullName:String read fFullName write fFullName;
end;
调试不通过,显示错误如下:
[Error] Unit3.pas(23): Field or method identifier expected