DesignIntf.ISelectionPropertyFilter.FilterProperties
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: ISelectionPropertyFilter | |
Delphi
procedure FilterProperties(const ASelection: IDesignerSelections;
const ASelectionProperties: IInterfaceList);
C++
virtual void __fastcall FilterProperties(const _di_IDesignerSelections ASelection, const System::Classes::_di_IInterfaceList ASelectionProperties) = 0 ;
Description
Filters a list of properties before sending it to the Object Inspector.
You can manipulate the list of properties for a selection before sending it to the Object Inspector. However, this may be not the original list because another selection editor may have already modified the list.