DesignIntf.TBaseComponentGuidelines

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTBaseComponentGuidelines
[–] Properties
Type: class
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

TBaseComponentGuidelines = class(TInterfacedObject)

C++

class PASCALIMPLEMENTATION TBaseComponentGuidelines : public System::TInterfacedObject

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