DesignIntf.IDesigner100.GetDesignerExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignerExtension: string;

C++

virtual System::UnicodeString __fastcall GetDesignerExtension() = 0 ;

Properties

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

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.

See Also