Unit 'JvTFManager' Package
[Overview][Constants][Types][Classes][Index] [#pl_jvcl]

TJvTFComponent

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: jvtfmanager.pas line 736

type TJvTFComponent = class(TComponent)

protected

  FDateFormat: string;

  

  FTimeFormat: string;

  

  procedure UpdateDesigner;

  

  procedure SetDateFormat(); virtual;

  

  procedure SetTimeFormat(); virtual;

  

  procedure Notify(); virtual;

  

  procedure ReqSchedNotification(); virtual;

  

  procedure RelSchedNotification(); virtual;

  

  procedure NotifyManager();

  

  procedure RefreshComponent; dynamic;

  

  property DateFormat: string; [rw]

  

  property TimeFormat: string; [rw]

  

  procedure DestroyApptNotification(); virtual;

  

  procedure DestroySchedNotification(); virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function ScheduleCount;

  

  property Schedules []: TJvTFSched; [r]

  

  function FindSchedule();

  

  function RetrieveSchedule();

  

  procedure ReleaseSchedule(); virtual;

  

  procedure ReleaseSchedules;

  

  procedure ProcessBatches;

  

published

  property ScheduleManager: TJvTFScheduleManager; [rw]

  

end;

Inheritance

TJvTFComponent

  

|

TObject



CT Web help

CodeTyphon Studio