Klasse TiCalCollectionItem

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TiCalCollectionItem = class(TXMLCollectionItem)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create;

Eigenschaften

Published property Priority : integer read m_iPriority write m_iPriority;
Published property UID : string read m_strUID write m_strUID;
Published property Beginning : TDateTime read m_datBegin write m_datBegin;
Published property Ending : TDateTime read m_datEnd write m_datEnd;
Published property Summary : string read m_strSummary write m_strSummary;
Published property Description : string read m_strDescription write m_strDescription;
Published property EventType : integer read m_iType write m_iType;
Published property ClassType : string read m_strClass write m_strClass;
Published property Categories : string read m_strCategories write m_strCategories;
Published property Organizer : string read m_strOrganizer write m_strOrganizer;
Published property Email : string read m_strEmail write m_strEmail;
Published property Location : string read m_strLocation write m_strLocation;
Published property URL : string read m_strURL write m_strURL;
Published property Rule : string read m_strRule write m_strRule;
Published property WholeTime : integer read m_iWholeTime write m_iWholeTime;

Beschreibung

Methoden

Public constructor Create;
 

Eigenschaften

Published property Priority : integer read m_iPriority write m_iPriority;
 
Published property UID : string read m_strUID write m_strUID;
 
Published property Beginning : TDateTime read m_datBegin write m_datBegin;
 
Published property Ending : TDateTime read m_datEnd write m_datEnd;
 
Published property Summary : string read m_strSummary write m_strSummary;
 
Published property Description : string read m_strDescription write m_strDescription;
 
Published property EventType : integer read m_iType write m_iType;
 
Published property ClassType : string read m_strClass write m_strClass;

Falls ClassType nicht gesetzt wird -> PRIVATE

  • PUBLIC

  • PRIVATE

  • PUBLISHED

  • CONFIDENTIAL

Published property Categories : string read m_strCategories write m_strCategories;

Kategorien durch Kommata trennen

Published property Organizer : string read m_strOrganizer write m_strOrganizer;
 
Published property Email : string read m_strEmail write m_strEmail;
 
Published property Location : string read m_strLocation write m_strLocation;
 
Published property URL : string read m_strURL write m_strURL;
 
Published property Rule : string read m_strRule write m_strRule;
 
Published property WholeTime : integer read m_iWholeTime write m_iWholeTime;
 

Erstellt mit PasDoc 0.12.1 am 2011-02-19 10:02:37