DesignIntf.TBaseComponentGuidelines

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTBaseComponentGuidelines

Delphi

TBaseComponentGuidelines = class(TInterfacedObject)

C++

class PASCALIMPLEMENTATION TBaseComponentGuidelines : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

TBaseComponentGuidelines is the base class for component guidelines classes.

Inherit from TBaseComponentGuidelines and implement IComponentGuidelines to create a class for component guidelines support.

See Also