Einzelnen Beitrag anzeigen

Relicted

Registriert seit: 24. Jan 2006
Ort: Iserlohn
646 Beiträge
 
Delphi 10.4 Sydney
 
#11

Re: Property und dynamisches array

  Alt 23. Apr 2007, 13:14
Delphi-Quellcode:
type
  TStringArray : array of string;

type
TBassWMPVis = class(TComponent)
  private
    { Private declarations }
    FCLSID : TStringArray;
  public
    { Public declarations }
    property CLSID : TStringArray read FCLSID write CLSID;
  published
    { Published declarations }
  end;
zugriff über

CLSID[1337] := 'brabelschneck';
gruß
reli
  Mit Zitat antworten Zitat