TActiveLinkButton

API Manual

TActiveLinkButton is the active control counter part to TLinkButton. When a TActiveLinkButton is clicked, rather than a normal post back request a callback request is initiated. The OnCallback event is raised during a callback request and it is raise after the OnClick event. When the ActiveControl.EnableUpdate property is true, changing the Text property during callback request will update the link text upon callback response completion.