Application
Object
Application(Application**
ppApplication );
Version(
[returns] STRING* pstrVersion );
Projects(
[returns] Projects** ppProjects );
DesignImageList(
[returns] DWORD* phImageList );
Projects
Object
Application(
[returns] Application** ppApplication );
Item(
VARIANT vIndex, [returns] Project** ppProject );
Count(
[returns] LONG* pnCount );
Create(
STRING strName, [returns] Project** ppProject );
Open(
STRING strName, [returns] Project** ppProject );
Project
Object
Application(
[returns] Application** ppApplication );
Pages(
[returns] Pages** ppPages );
Points(
STRING strName, [returns] Point** ppPoint );
Database(
[returns] Database** ppDatabase );
Dirty(
[returns] BOOLEAN* pbDirty );
Dirty(
BOOLEAN bDirty );
Running(
[returns] BOOLEAN* pbRunning );
Title(
[returns] STRING* pstrValue );
Title(
STRING strValue );
Company(
[returns] STRING* pstrValue );
Company(
STRING strValue );
Author(
[returns] STRING* pstrValue );
Author(
STRING strValue );
Copyright(
[returns] STRING* pstrValue );
Copyright(
STRING strValue );
WebURL(
[returns] STRING* pstrValue );
WebURL(
STRING strValue );
Notes(
[returns] STRING* pstrValue );
Notes(
STRING strValue );
NewTelegram(
[returns] Telegram** ppTelegram );
Synchronise(
[returns] BOOLEAN* pbSuccess );
Page
Object
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Points(
[returns] Points** ppPoints );
Unique(
[returns] DWORD* pnUnique );
Caption(
[returns] STRING* pstrValue );
Caption(
STRING strValue );
Text(
[returns] STRING* pstrValue );
Text(
STRING strValue );
Help(
[returns] STRING* pstrValue );
Help(
STRING strValue );
Activate();
Refresh();
ShowHelp(
[in,optional] STRING strCaption, [in,optional] STRING strHelp );
Point
Object
Value(
[returns] STRING* pstrValue );
Value(
STRING strValue );
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Page(
[returns] Page** ppPage );
Unique(
[returns] DWORD* pnUnique );
TypeName(
[returns] STRING* pstrType );
TypeCode(
[returns] UINT* pnType );
Custom(
[returns] IDispatch** ppCustom);
Name(
[returns] STRING* pstrValue );
Name(
STRING strValue );
Caption(
[returns] STRING* pstrValue );
Caption(
STRING strValue );
Help(
[returns] STRING* pstrValue );
Help(
STRING strValue );
Default(
[returns] STRING* pstrValue );
Default(
STRING strValue );
Required(
[returns] BOOLEAN* pbValue );
Required(
BOOLEAN bValue );
Visible(
[returns] BOOLEAN* pbValue );
Visible(
BOOLEAN bValue );
Results(
[returns] BOOLEAN* pbValue );
Results(
BOOLEAN bValue );
Bold(
[returns] BOOLEAN* pbValue );
Bold(
BOOLEAN bValue );
AddDependent(
Point* pPoint );
UpdateDependents();
VariantValue( [returns] VARIANT* pvValue );
VariantValue( VARIANT vValue );
SaveSketchImage( VARIANT vValue, BSTR BsFilename );
Pages
Object
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Item(
VARIANT vIndex, [returns] Page** ppPage );
Count(
[returns] LONG* pnCount );
Add(
INT nIndex, [returns] Page** ppPage );
Remove(
UINT nIndex );
Points
Object
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Page(
[returns] Page** ppPage );
Item(
VARIANT vIndex, [returns] Point** ppPage );
Count(
[returns] LONG* pnCount );
Add(
UINT nType, INT nIndex, [returns] Point** ppPoint );
Remove(
UINT nIndex );
Database
Object
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Item(
VARIANT vIndex, [returns] Session** ppSession );
Count(
[returns] LONG* pnCount );
Add(
[returns] Session** ppSession );
SaveToFile( VARIANT vValue, BSTR strFilename );
LoadFromFile( BSTR strFilename, [returns] VARIANT*
pvValue );
Session
Object
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Item(
VARIANT vIndex, [returns] VARIANT* vValue );
Item(
VARIANT vIndex, VARIANT vValue );
Count(
[returns] LONG* pnCount );
Key(
UINT nIndex, [returns] STRING* pstrKey );
Value(
UINT nIndex, [returns] STRING* pstrValue );
UnitID(
[returns] STRING* pstrUnitID );
Name(
[returns] STRING* pstrName );
Date(
[returns] DATE* pvDate );
LastSaved(
[returns] DATE* pvDate );
Archived(
[returns] BOOLEAN* pbArchived );
Archived(
BOOLEAN bArchived );
Clone(
[returns] Session** ppSession );
Save();
Delete();
SendToClient(
STRING strUnitID, [returns] BOOLEAN* pbSuccess );
SendToLocal(
[returns] BOOLEAN* pbSuccess );
Telegram
Object
Application(
[returns] Application** ppApplication );
Project(
[returns] Project** ppProject );
Item(
VARIANT vIndex, [returns] VARIANT* vValue );
Item(
VARIANT vIndex, VARIANT vValue );
Count(
[returns] LONG* pnCount );
Key(
UINT nIndex, [returns] STRING* pstrKey );
Value(
UINT nIndex, [returns] VARIANT* pvValue );
UnitID(
[returns] STRING* pstrUnitID );
Clone(
[returns] Telegram** ppTelegram );
SendToServer(
[returns] BOOLEAN* pbSuccess );
SendToClient(
STRING strUnitID, [returns] BOOLEAN* pbSuccess );
|