|
@@ -323,7 +323,6 @@ type
|
|
|
Options: TPpuArrayOptions;
|
|
|
constructor Create(AParent: TPpuContainerDef); override;
|
|
|
destructor Destroy; override;
|
|
|
- function CanWrite: boolean; override;
|
|
|
end;
|
|
|
|
|
|
{ TPpuEnumDef }
|
|
@@ -764,11 +763,6 @@ begin
|
|
|
inherited Destroy;
|
|
|
end;
|
|
|
|
|
|
-function TPpuArrayDef.CanWrite: boolean;
|
|
|
-begin
|
|
|
- Result:=inherited CanWrite and (Name <> '');
|
|
|
-end;
|
|
|
-
|
|
|
{ TPpuClassRefDef }
|
|
|
|
|
|
procedure TPpuClassRefDef.WriteDef(Output: TPpuOutput);
|