Changeset 45 for trunk/Application/UDataTypes.pas
- Timestamp:
- Mar 12, 2012, 10:23:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UDataTypes.pas
r42 r45 270 270 Proxy.ObjectName := PropertyTable; 271 271 Proxy.Condition := 'Id=' + IntToStr(PropertyID); 272 Proxy.Load; 272 273 ObjectId := StrToInt(TObjectProxy(Proxy.Objects[0]).Properties.Values['Object']); 273 274 PropertyName := TObjectProxy(Proxy.Objects[0]).Properties.Values['ColumnName'];
Note:
See TracChangeset
for help on using the changeset viewer.