Changeset 22 for trunk/Application/UDataTypes.pas
- Timestamp:
- Jun 16, 2011, 12:18:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.