|
@@ -167,6 +167,7 @@ Var
|
|
|
|
|
|
begin
|
|
begin
|
|
Result:=True;
|
|
Result:=True;
|
|
|
|
+ if aParent=nil then ;
|
|
Suff:='';
|
|
Suff:='';
|
|
RT:='';
|
|
RT:='';
|
|
if not (foConstructor in aDef.Options) then
|
|
if not (foConstructor in aDef.Options) then
|
|
@@ -214,6 +215,7 @@ Var
|
|
|
|
|
|
begin
|
|
begin
|
|
Result:=0;
|
|
Result:=0;
|
|
|
|
+ if aParent=nil then ;
|
|
For D in aList do
|
|
For D in aList do
|
|
if (D is TIDLAttributeDefinition) then
|
|
if (D is TIDLAttributeDefinition) then
|
|
if (aoReadOnly in A.Options) then
|
|
if (aoReadOnly in A.Options) then
|
|
@@ -293,6 +295,7 @@ Var
|
|
|
|
|
|
begin
|
|
begin
|
|
Result:=True;
|
|
Result:=True;
|
|
|
|
+ if aParent=nil then ;
|
|
N:=GetName(aAttr);
|
|
N:=GetName(aAttr);
|
|
PN:=N;
|
|
PN:=N;
|
|
TN:=GetTypeName(aAttr.AttributeType);
|
|
TN:=GetTypeName(aAttr.AttributeType);
|