Class TProgramManager (unit Pm)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Program Manager DDE macro strings


Functions

procedure AddItem(ItemName, CmdLine : String);


Procedure CreateGroup(GroupName: String; ShowGroup:Boolean);


procedure DeleteGroup(GroupName: String);

Delete the group if it exists

procedure DeleteItem(ItemName: String);


destructor Destroy;


procedure ShowGroup(GroupName: String);


function ExecMacroString(Macro: String): Boolean;


function GetGroups: TStrings;


procedure InitDDEConversation;


Properties

property Groups : TStrings


Events

Variables

FDdeClientConv : TDdeClientConv;



Constructors


constructor Create(AOwner: TComponent);

Program Manager DDE macro strings


Functions


procedure AddItem(ItemName, CmdLine : String);


Procedure CreateGroup(GroupName: String; ShowGroup:Boolean);


procedure DeleteGroup(GroupName: String);

Delete the group if it exists


procedure DeleteItem(ItemName: String);


destructor Destroy;


procedure ShowGroup(GroupName: String);


function ExecMacroString(Macro: String): Boolean;


function GetGroups: TStrings;


procedure InitDDEConversation;


Properties


property Groups : TStrings


Events


Variables


FDdeClientConv : TDdeClientConv;