DesignIntf.IDesigner100.DesignerExtention

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner100

Delphi

property DesignerExtention: string read GetDesignerExtension;

C++

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

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