Common/ObjectPropertyDialog: Respect System attribute flag

This commit is contained in:
Jonathan Jenne
2022-03-10 15:54:35 +01:00
parent abb850192a
commit a6de7e0af2
6 changed files with 31 additions and 39 deletions

View File

@@ -10,4 +10,5 @@
Public Property Title As String
Public Property TypeID As Long
Public Property TypeName As String
Public Property IsSystem As Boolean
End Class