AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Property vom Typ array?

Ein Thema von Meneldur · begonnen am 4. Okt 2005 · letzter Beitrag vom 6. Okt 2005
Antwort Antwort
Tyrael Y.

Registriert seit: 28. Jul 2003
Ort: Stuttgart
1.093 Beiträge
 
Delphi 2007 Professional
 
#1

Re: Property vom Typ array?

  Alt 5. Okt 2005, 13:22
Wo siehst du ne Property mit nem Parameter?

edit:
sry jetzt gesehen, dann halt


Delphi-Quellcode:
type
  TAtest=class(TObject)
  private
    FIndex: Integer;
    FFieldArray: Array[Integer] of Double;
    function GetField(): Double;
  protected
  public
  published
    properyt FeldIndex: Integer read FIndex write FIndex;
    property Feld: Double read GetField; //hier tritt der Fehler auf
end;

implementation

....

function TAtest.GetField():Double;
begin
   if FIndex > -1 then
     result := FFieldArray[FIndex];
end;
Levent Yildirim
Erzeugung von Icons aus Bildern:IconLev
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:32 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz