DesignIntf.IWideProperty10.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: WideString;

C++

virtual System::WideString __fastcall GetName() = 0 ;

Properties

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

Description

Returns the name of the wide-string property.

Call GetName to obtain a WideString that represents the name of the current wide-string property.

See Also