Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4426ae3

Browse filesBrowse files
committed
Changed then __owned__ docstring to reflect that it is now a read/write property.
1 parent 7eb051e commit 4426ae3
Copy full SHA for 4426ae3

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Source/WrapDelphi.pas

Copy file name to clipboardExpand all lines: Source/WrapDelphi.pas
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3835,7 +3835,7 @@ class procedure TPyDelphiObject.RegisterGetSets(PythonType: TPythonType);
38353835
PythonType.AddGetSet('__bound__', @TPyDelphiObject.Get_Bound, nil,
38363836
'Returns True if the wrapper is still bound to the Delphi instance.', nil);
38373837
PythonType.AddGetSet('__owned__', @TPyDelphiObject.Get_Owned, @TPyDelphiObject.Set_Owned,
3838-
'Returns True if the wrapper owns the Delphi instance.', nil);
3838+
'Boolean read/write property that determines weather the wrapper owns the Delphi instance.', nil);
38393839
end;
38403840

38413841
class procedure TPyDelphiObject.RegisterMethods(PythonType: TPythonType);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.