mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
See last message.
This commit is contained in:
parent
a2b85fe786
commit
952f0c6d5e
@ -105,6 +105,7 @@ begin
|
||||
RegisterProperty('Name','String',iptrw);
|
||||
RegisterMethod('function ToString : string');
|
||||
RegisterMethod('function LoadFromString(const s : string) : boolean;');
|
||||
RegisterMethod('procedure Normalize;');
|
||||
RegisterMethod('function Valid:boolean');
|
||||
RegisterMethod('procedure DeletePoint( Point : integer);');
|
||||
RegisterMethod('procedure SwapPoint(p1,p2 : integer);');
|
||||
|
@ -159,6 +159,7 @@ begin
|
||||
RegisterMethod(@TMDTM.Free,'Free');
|
||||
RegisterMethod(@TMDTM.ToString,'ToString');
|
||||
RegisterMethod(@TMDTM.LoadFromString,'LoadFromString');
|
||||
RegisterMethod(@TMDTM.Normalize,'Normalize');
|
||||
RegisterMethod(@TMDTM.Valid,'Valid');
|
||||
RegisterMethod(@TMDTM.DeletePoint,'DeletePoint');
|
||||
RegisterMethod(@TMDTM.SwapPoint,'SwapPoint');
|
||||
|
Loading…
Reference in New Issue
Block a user