Aún poniendo
Código Delphi
[-]
type
TEventoRecibir = procedure (ASender :TObject; var ACadena :string) of object;
Me falla en..
Código Delphi
[-]
published
AlRecibir :TEventoRecibir
read FAlRecibir; write FAlRecibir; end;
Me suelta lo siguiente:
Código:
[Error] scEscipion.pas(75): Published field 'AlRecibir' not a class nor interface type
[Error] scEscipion.pas(75): ',' or ':' expected but ';' found
[Error] scEscipion.pas(76): ',' or ':' expected but identifier 'FAlRecibir' found
[Error] scEscipion.pas(77): Type expected but 'END' found