added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,19 @@
compile insert RTI_IDE_GET_ENTITY_Equates
/*
** Copyright (C) 2012-2015 Revelation Software Inc. All Rights Reserved **
This program is proprietary and is not to be used by or disclosed
to others, nor is it to be copied without written permission from
Revelation Technologies, Inc.
Author : MTR
Date : December 2015
Purpose : Constants for use with the RTI_IDE_GET_ENTITY handler procs
*/
equ IDE_GET_ENTITY_APPID$ to 1 ;* Appid the window will be 'locked' into
equ IDE_GET_ENTITY_TYPECLASS$ to 2 ;* TYPE/Class of the entity To Lock in. Separated byt an '*'
equ IDE_GET_ENTITY_HIDEINHERIT$ to 3 ;* if TRUE$ then don't allow inherited entities to be shown
equ IDE_GET_ENTITY_FILTERSTRING$ to 4 ;* filter string used to load the dialog
equ IDE_GET_ENTITY_INITXY$ to 5 ;* @vm'd position to display the dialog at. If not set the display over @focus
equ IDE_GET_ENTITY_INITENTITY$ to 6 ;* TYPE/Class of the entity To Lock in. Separated byt an '*'