Id Property

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:09

Description

Returns the database identifier of the text. Read-only.

Available in Ted and in Fred.

Syntax

object.Id

object

Required. Object name. Returned by Ted.GetCurrentLocalTxt.

Example

This script displays the id of the text.

If Ted.IsLocalTxt Then

  Dim objT = Ted.GetCurrentLocalTxt

  dim id = objT.Id

  msgbox ("This is id of the text:" & id)

End If

Context

LocalTxt object