Q&A

  • 델파이4.0에서 7.0으로 변경중 TIntegerProperty 가 정의되지않음??
   안녕하세요

   델파이4.0에서 7.0으로 변경중 입니다.

   처음 사용하다보니 어렵게 어렵게 변경하고 있습니다.

  // property editor
  TBaudProperty = class(TIntegerProperty)
  public
    function GetAttributes: TPropertyAttributes; override;
    function GetValue: string; override;
    procedure SetValue(const Value: string); override;
    procedure GetValues(Proc: TGetStrProc); override;
  end;

  
   TIntegerProperty 가 정의되지않았다는 컴파일 에러가 발생합니다.

   어디에 무엇을 변경하여야 합니까?   도와주세요~   ㅠ.ㅜ
2  COMMENTS