DesignIntf.IDesigner100.GetDesignerExtension
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesigner100 | |
Delphi
function GetDesignerExtension: string;
C++
virtual System::UnicodeString __fastcall GetDesignerExtension() = 0 ;
Description
Returns the extension of the form designer.
This method gets a string that represents the extension of the form designer, for example, dfm. GetDesignerExtension is the getter method for the DesignerExtention property.