Mobile App Development Software
Alpha TransForm
|
Alpha Anywhere - Build Apps for Free
Alpha Software
Documentation
  • Reference
  • API
  • Objects
  • Database
  • Index
  • INDEX.KEY_GET Method
Parent | Child | Previous | Next
  • INDEX.CLOSE Method
  • INDEX.DROP Method
  • INDEX.FETCH_STATE_LIST_GET Method
  • INDEX.FILENAME_GET Method
  • INDEX.FILTER_GET Method
  • INDEX.FIND Method
  • INDEX.FIND_FIRST Method
  • INDEX.FIND_LAST Method
  • INDEX.FIND_NEXT Method
  • INDEX.FIND_PREVIOUS Method
  • INDEX.FLAGS_GET Method
  • INDEX.IS_VALID Method
  • INDEX.KEY_GET Method
  • INDEX.KEY_LIST_GET Method
  • INDEX.KEY_POSITION_GET Method
  • INDEX.KEY_RECORD_GET Method
  • INDEX.NAME_GET Method
  • INDEX.ORDER_GET Method
  • INDEX.PERSIST Method
  • INDEX.RECNO_LIST_GET Method
  • INDEX.RECORDS_GET Method
  • INDEX.TABLE_GET Method
  • INDEX.TYPE_GET Method
  • INDEX.UPDATE Method
 
Xbasic

INDEX.KEY_GET Function

Syntax

as P = Key_Get()

Description

Returns the current key value.

Discussion

The .KEY_GET() method returns the current key value.

Example

dim t as P
dim i as P
dim b as P
dim b.key as C
t = table.open("customer")
i = t.index_primary_put("Lastname")
b = i.key_get()
? b
= Key = "Graham                                             "
Record = 1.000000

See Also

  • Index Functions and Methods
Report an issue with this page
Mobile App Development Software

Alpha TransForm - Quickly Build Enterprise Mobile Forms
- Try it for Free

Alpha Anywhere - Low Code Platform for Mobile Developers
- Build Apps for Free
Alpha Software Corporation

781.229.4500
© Copyright 2000-2020 Alpha Software Corporation. All Rights Reserved

Privacy Policy