DesignIntf.IDesignNotification.SelectionChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectionChanged(const ADesigner: IDesigner;
const ASelection: IDesignerSelections);

C++

virtual void __fastcall SelectionChanged(const _di_IDesigner ADesigner, const _di_IDesignerSelections ASelection) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignNotification

Description

Called when the selected components on a form designer change.

It is also called when another form designer is activated.

ASelection represents the list of selected components.