Changeset 22 for trunk/Application
- Timestamp:
- Jun 16, 2011, 12:18:21 PM (13 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UApplicationInfo.pas
r19 r22 50 50 Name := 'ChronIS'; 51 51 Identification := 1; 52 ReleaseDate := '1 4.6.2011';52 ReleaseDate := '16.6.2011'; 53 53 MajorVersion := 0; 54 54 MinorVersion := 1; -
trunk/Application/UDataTypes.pas
r21 r22 81 81 function CreateControl(Owner: TComponent): TWinControl; override; 82 82 procedure SetupControl(Control: TWinControl); override; 83 function GetControlValue(Control: TWinControl): string; override; 83 84 procedure Load(CellValue: string); override; 84 85 procedure LoadDef(ACustomType: Integer); override; … … 270 271 end; 271 272 273 function TDataTypeRelationOne.GetControlValue(Control: TWinControl): string; 274 begin 275 Result := TEditButton(Control).Text; 276 end; 277 272 278 procedure TDataTypeRelationOne.Load(CellValue: string); 273 279 begin
Note:
See TracChangeset
for help on using the changeset viewer.