Vcl.OleCtrls.TOleControl.IsPropPageProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsPropPageProperty(DispID: Integer): Boolean;

C++

bool __fastcall IsPropPageProperty(int DispID);

Properties

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

Description

Indicates whether an interface for the OCX control is a property page property.

Use IsPropPageProperty to determine whether an interface for the OCX control is a property page property.

DispID is the identifier for the interface. For more information, search for DISPID in the Microsoft Developer Network library.

IsPropPageProperty returns true if an interface is a property page property; otherwise, IsPropPageProperty returns false.