Changeset 34 for trunk/Application/UChronisClient.pas
- Timestamp:
- Nov 24, 2011, 2:06:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UChronisClient.pas
r33 r34 43 43 ConditionUse: Boolean; 44 44 ObjectName: string; 45 SchemaName: string; 45 46 Objects: TListObject; // TListObject<TObjectProxy> 47 procedure SetCondition(ColumnName: string; Value: string); 46 48 procedure Clear; 47 49 constructor Create; … … 105 107 { TListProxy } 106 108 109 procedure TListProxy.SetCondition(ColumnName: string; Value: string); 110 begin 111 ConditionColumn := ColumnName; 112 ConditionValue := Value; 113 ConditionUse := True; 114 end; 115 107 116 procedure TListProxy.Clear; 108 117 begin
Note:
See TracChangeset
for help on using the changeset viewer.