RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.GetTargetAt Method

Gives you the target insertion point in the given group. TargetButton may be nil while the TargetCategory is not, or both may be nil.

Pascal
procedure GetTargetAt(X: Integer; Y: Integer; var TargetButton: TButtonItem; var TargetCategory: TButtonCategory);
C++
__fastcall GetTargetAt(int X, int Y, TButtonItem TargetButton, TButtonCategory TargetCategory);
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!