[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: fonctions_version.pas line 14
type T_Version = record |
Component: String; |
FileUnit: String; |
Owner: String; |
Comment: String; |
BugsStory: WideString; |
UnitType: Integer; |
Major: Integer; |
Minor: Integer; |
Release: Integer; |
Build: Integer; |
end; |