Poseidon Delphi Code Generation Plugin Guide General Rules
Short Description
Poseidon Delphi Code Generation Plugin Guide. General Rules. Classifiers. . Class. . Interface. . Enumeration. . Record. . Set. . Sub Range …
Website: www.gentleware.com | Filesize: 43kb
Content
Poseidon Delphi Code Generation Plugin Guide
General Rules
Classifiers
?Class
?Interface
?Enumeration
?Record
?Set
?Sub Range
?Array
?Exception
Tagged Values
?In classifier tag = ‘uses’ with value = string that represents unit(s) name to be included in
specified unit declaration, separated by comma.
Description:
This will handle string that represents unit(s) name to be included in specified unit
declaration. Blank uses tagged value will be defaulted to ‘SysUtils’.
Example:
UnitA, UnitB, UnitC
?In attribute tag = ‘published’ with value = ‘true’.
Description:
This will handle published visibility of classifier attribute.
?In operation tag = ‘published’ with Value = ‘true’.
Description:
This will handle published visibility of classifier operation.
?In exception tag = ‘published’ with Value = ‘true’.
Description:
This will handle published visibility of Exception.?In classifier tag = ’setvalue’ with Value = string that represents the value of Set
separated by comma.
Description:
This will handle the way to input the value of Set type.
Example:
1,9
?In Classifier Tag = ’subrangevalue’ with Value = string that represents the value of Sub
Range separated by comma.
Description:
This will handle the way to input the value of Sub Range type.
Example:
1,9
?In Classifier Tag = ‘arrayvalue’ with Value = string that represents the value of Array
separated by comma.
Description:
This will handle the way to input the value of Array type.
Example:
1,9
?In Classifier Tag = ‘arraytype’ with value = string that represents the type of Array.
Description:
This will handle the way to input the type of Array type.
?In Operation Tag = ‘virtual’ with Value = ‘true’
Description:
This will handle the way to set the specified operation into a ‘virtual’type operation.
?In Operation Tag =’dynamic’ with Value = ‘true’
Description:
This will handle the way to set the specified operation into a ‘dynamic’type operation.
?In Operation Tag = ‘override’ with…
Get the file Download here
Related Books:Related Searches: delphi code, interface enumeration, array type, class interface, true description
Comments
Leave a Reply