Vcl.OleCtrls.TOleControl.PerPropBrowsing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PerPropBrowsing: IPerPropertyBrowsing read FPropBrowsing;

C++

__property _di_IPerPropertyBrowsing PerPropBrowsing = {read=FPropBrowsing};

Properties

Type Visibility Source Unit Parent
property public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Provides access to information about the property page properties of the OleControl.

PerPropBrowsing is an interface to information about the properties of the OleControl as they appear on the associated property page.

See Also