SelectedLocation
Identify index of selected column and row as TPoint.property SelectedLocation: TPoint read GetSelectedLocation write SetSelectedLocation;Example:
if NextGrid61.SelectedLocation.X = 1 then
begin
end;
property SelectedLocation: TPoint read GetSelectedLocation write SetSelectedLocation;if NextGrid61.SelectedLocation.X = 1 then
begin
end;