[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pas_generator.pas line 146
type IPasGenerator = interface(IGenerator) |
procedure SetPreferedShortNames(); |
function GetPreferedShortNames; |
function GetUnitName; |
procedure SetUnitname(); |
property UnitName: string; [rw] |
end; |
| | |
| | |
IInterface |