File: ok_attributes.xml

package info (click to toggle)
pasdoc 0.16.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,572 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 523; sh: 417
file content (14 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<unit name="ok_attributes.pas">
  <description><detailed>Simple Delphi attributes test, from http://www.malcolmgroves.com/blog/?p=530</detailed></description>
  <structure name="TPerson" name_with_generic="TPerson" type="class">
    <ancestor name="TObject" declaration="TObject" />
    <property name="Name" indexdecl="" type="String" reader="" writer="" default="0" defaultid="" nodefault="0" storedid="">
    </property>
    <property name="Age" indexdecl="" type="Integer" reader="" writer="" default="0" defaultid="" nodefault="0" storedid="">
    </property>
  </structure>
  <structure name="IUIContainer" name_with_generic="IUIContainer" type="interface">
    <description><detailed>Test that GUIDs are handled gracefully</detailed></description>
    <ancestor name="IInterface" declaration="IInterface" />
  </structure>
</unit>