Thema: Delphi keine VCLSMP.dpk

Einzelnen Beitrag anzeigen

Benutzerbild von uligerhardt
uligerhardt

Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.735 Beiträge
 
Delphi 2007 Professional
 
#6

Re: keine VCLSMP.dpk

  Alt 4. Nov 2009, 13:32
Zitat von Mattze:
ich brauche FIncrement: LongInt; und FEditorEnabled: Boolean; und die sind eben leider privat deklariert. (D7 pro)
Ich hab grad noch ein D5-Spin.pas gefunden. Das enthält
Delphi-Quellcode:
  published
    // ...
    property EditorEnabled: Boolean read FEditorEnabled write FEditorEnabled default True;
    property Enabled;
    property Font;
    property Increment: LongInt read FIncrement write FIncrement default 1;
Also Lese- und Schreibzugriff - was willst du mehr?
Uli Gerhardt
  Mit Zitat antworten Zitat