Skip to content

My.Sys.Object.FullTypeName

Xusinboy Bekchanov edited this page Nov 6, 2023 · 4 revisions

My.Sys.Object.FullTypeName Method

 Function to get any typename in the inheritance up hierarchy
 of the type of an instance (address: 'po') compatible with the built-in 'Object'
 ('baseIndex =  0' to get the typename of the instance)
 ('baseIndex = -1' to get the base.typename of the instance, or "" if not existing)
 ('baseIndex = -2' to get the base.base.typename of the instance, or "" if not existing)

Definition

Namespace: My.Sys.Forms

Syntax

Declare Function FullTypeName(ByVal baseIndex As Integer = 0) As UString

Parameters

Part Type Description
baseIndex Integer

Return Value

UString

See also

Clone this wiki locally