DelphiAttribute

Overview

This attribute is used internally byte the Hydra cross platform interfaces, it allows to link delphi unit that contains cross platfrom definition to a user custom interfaces.

Location

Properties


Unit

Gets or sets the name of the Delphi unit contained definition of the interface for Delphi.

 

property Unit: String read write;

 

String Unit { get; set; }

 

Property Unit() As String

Instance Methods


constructor

Creates a new instance of the class.

 

constructor

 

DelphiAttribute()

 

Sub New()