Vcl.CategoryButtons.TCategoryButtons.GetTargetAt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetTargetAt(X, Y: Integer; var TargetButton: TButtonItem;  var TargetCategory: TButtonCategory);

C++

void __fastcall GetTargetAt(int X, int Y, TButtonItem* &TargetButton, TButtonCategory* &TargetCategory);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Specifies the target insertion point in the given group.

The GetTargetAt method retrieves the target insertion point in the given group given by the TargetCategory parameter.

See Also