[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pas_generator.pas line 81
type TPasProperty = class(TPasIdentifier) |
published |
property TypeName: string; [rw] |
property TypeNameSpace: string; [rw] |
property DefaultValue: string; [rw] |
property IsRequired: Boolean; [rw] |
property MinOccurs: Integer; [rw] |
property MaxOccurs: Integer; [rw] |
end; |
| |
| |
TObject |