[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: projectvariablemapping.pas line 32
type TProjectVariableMapping = class(TObject) |
||
procedure ShowData; |
|
|
public |
||
|
||
|
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
end; |
|
||
| | ||
TObject |