Vcl.OleCtrls.TOleControl.IsCustomProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCustomProperty(DispID: Integer): Boolean;

C++

bool __fastcall IsCustomProperty(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 ActiveX control is a custom property.

Use IsCustomProperty to determine whether an interface for the ActiveX control is a custom property.

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

IsCustomProperty returns true if an interface is a custom property; otherwise, IsCustomProperty returns false.