Class
Delete, DeleteAllKeyDefinitions, GetAllKeyDefinitions, GetAllKeys, GetKeyDefinition, GetProps, NewKeyDefinition, ObjectValid, SetProps, UpdateKeyDefinition
KeyCatalog
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| IsDefault | bool | readonly | |
| IsStale | bool | readwrite | |
| KeyCatalogClientName | string | readwrite | |
| KeyCount | int | readonly | |
| Name | string | readwrite | |
| NextKeyCatalogInSession | KeyCatalog | readonly | |
| NotLoaded | bool | readwrite | |
| Source | string | readwrite | |
| SourceType | int | readwrite |
Methods
Instances
void DeleteAllKeyDefinitions ()
TypedVals GetAllKeyDefinitions (filterType: int)
| Parameter | Type | Description |
|---|---|---|
| filterType | int |
Strings GetAllKeys ()
TypedVal GetKeyDefinition (key: string, keyField: int)
| Parameter | Type | Description |
|---|---|---|
| key | string | |
| keyField | int |
PropVals GetProps ()
void NewKeyDefinition (key: string, href: string, srcType: int, srcFile: string, flags: int)
| Parameter | Type | Description |
|---|---|---|
| key | string | |
| href | string | |
| srcType | int | |
| srcFile | string | |
| flags | int |
void SetProps (setVal: PropVals)
| Parameter | Type | Description |
|---|---|---|
| setVal | PropVals |
void UpdateKeyDefinition (key: string, keyField: int, valuep: TypedVal)
| Parameter | Type | Description |
|---|---|---|
| key | string | |
| keyField | int | |
| valuep | TypedVal |
Element of
Doc.KeyCatalog
Doc.SpecifiedKeyCatalog
KeyCatalog.NextKeyCatalogInSession
app.DefaultKeyCatalog
app.FirstKeyCatalogInSession
Return
KeyCatalog Globals.GetKeyCatalog (tag: string)
KeyCatalog Globals.NewKeyCatalog (tag: string)
| Jongware, 18-Jan-2015 v1.0 | Contents :: Index |