Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.11.13;
Скачать: CL | DM;

Вниз

Ошибка объявления класса   Найти похожие ветки 

 
Андрей Жук ©   (2005-10-21 17:36) [0]

Объявляю класс
type TMyClass = class
   private
    FInputEncoding: string;
    FInputString: string;
    procedure SetInputEncoding(Encoding: string);
    procedure SetInputString(Str: string);
   protected
    procedure ParseString();virtual;abstract;
   public
    constructor Create();overload;virtual;abstract;
    constructor Create(InputStr, InputEncoding: string);overload;virtual;abstract;
    destructor Destroy;virtual;abstract;
   published
    property InputEncoding read FInputEncoding write SetInputEncoding;
    property InputStr read FInputString write SetInputString;
   end;

и получаю ошибку Property InputEncoding does not exists in base class.
И что тут неверного?


 
Baltika-14   (2005-10-21 17:37) [1]

property InputEncoding: String read FInputEncoding write SetInputEncoding;



Страницы: 1 вся ветка

Текущий архив: 2005.11.13;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.041 c
3-1127554610
hooky-mars
2005-09-24 13:36
2005.11.13
Access как сервер


2-1130258461
pathfinder
2005-10-25 20:41
2005.11.13
Помогите решить задачку:)


2-1129886781
syte_ser78
2005-10-21 13:26
2005.11.13
в чем разница?


11-1109269615
rofl
2005-02-24 21:26
2005.11.13
KOLMediaPlayer SendCommand


14-1129361812
Anton_Uz
2005-10-15 11:36
2005.11.13
Компоненты