Mark - the procedure is called "RegisterActions" & like you say it's just
like with components
procedure Register;
implementation
procedure Register;
begin
RegisterComponents('VBPC', [TVBAddAction]);
RegisterActions('VBPC',[TVBAddAction],TComponent);
end;
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Mark Derricutt
> Sent: Monday, 24 July 2000 15:34
> To: Multiple recipients of list delphi
> Subject: [DUG]: Actions...
>
>
> I'm just playing around with making a custom TAction descendant to
> integrate with my script environment, but can't seem to find any
> references in the delphi vcl source about how to register actions to the
> action list editor.
>
> Does anyone know how? (I assume its something like Registering
> components???)
>
>
> --
> Inspired by the taste of horror, proud to be insane forever
> Let out the killer in me! (c) Dismal Euphony
> Now Playing: <no audio cd present>
>
> ------------------------------------------------------------------
> ---------
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz