Class TAMAutoRun (unit AMAutoRun)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


function Register: boolean;


function Unregister: boolean;


procedure DoClick(Sender: TObject);

Not available in 'RegStr'-unit

procedure Loaded;


procedure Notification(AComponent: TComponent; Operation: TOperation);


function RegMe(AutoRun: boolean): boolean;


function GetRegistered: boolean;


procedure SetAppItemName(Value: string);


procedure SetAutoRegister(Value: boolean);


procedure SetCheckBox(Value: TCheckBox);


procedure SetRunType(Value: TRunType);


Properties

property AppItemName : string


property AutoRegister : boolean


property CheckBox : TCheckBox


property RunType : TRunType


property Registered : boolean


Events

Variables

FAppItemName : string;


FAutoRegister : boolean;


FCheckBox : TCheckBox;


FRunType : TRunType;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


function Register: boolean;


function Unregister: boolean;


procedure DoClick(Sender: TObject);

Not available in 'RegStr'-unit


procedure Loaded;


procedure Notification(AComponent: TComponent; Operation: TOperation);


function RegMe(AutoRun: boolean): boolean;


function GetRegistered: boolean;


procedure SetAppItemName(Value: string);


procedure SetAutoRegister(Value: boolean);


procedure SetCheckBox(Value: TCheckBox);


procedure SetRunType(Value: TRunType);


Properties


property AppItemName : string


property AutoRegister : boolean


property CheckBox : TCheckBox


property RunType : TRunType


property Registered : boolean


Events


Variables


FAppItemName : string;


FAutoRegister : boolean;


FCheckBox : TCheckBox;


FRunType : TRunType;