Re: @ operator ? Or maybe not
- From: "alanglloyd@xxxxxxx" <alanglloyd@xxxxxxx>
- Date: 24 Oct 2005 22:31:17 -0700
var
BOC, M1, M2 : TNotifyEvent;
BOC := Button.OnClick;
M1 := Method1;
M2 := Method2;
Button.Enabled := (@BOC = @M1);
Works for me in D3. Don't ask me why <g>.
Alan Lloyd
.
- References:
- @ operator ? Or maybe not
- From: Tom de Neef
- @ operator ? Or maybe not
- Prev by Date: @ operator ? Or maybe not
- Next by Date: 3D graphics with Delphi
- Previous by thread: @ operator ? Or maybe not
- Next by thread: Re: @ operator ? Or maybe not
- Index(es):