DesignIntf.IDesigner100.DesignerExtention

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignerExtention: string read GetDesignerExtension;

C++

__property System::UnicodeString DesignerExtention = {read=GetDesignerExtension};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner100

Description

Gets the extension of the form designer.

DesignerExtention represents a string that contains the extension of the form designer, for example, dfm.

See Also