TSigmaApplication Class

Represents type TSigmaApplication.

Namespace: Sigma.Document
TObject
  Sigma.Document.TSigmaApplication
type
 TSigmaApplication = class sealed(TObject)
 end;

The TSigmaApplication type exposes the following members.

Show:
 NameDescription
Actions

Represents property Actions.

ActiveProject

Represents property ActiveProject.

ApplicationVariables

Represents property ApplicationVariables.

AuthTokenData

Represents property AuthTokenData.

DecimalSeparator

Represents property DecimalSeparator.

Libraries

Represents property Libraries.

ListSeparator

Represents property ListSeparator.

OnNotify

Represents property OnNotify.

OnProjectNotify

Represents property OnProjectNotify.

Projects

Represents property Projects.

ScreenTips

Represents property ScreenTips.

Settings

Represents property Settings.

SigmaCloudAccessToken

Represents property SigmaCloudAccessToken.

Terminated

Represents property Terminated.

ThousandsSeparator

Represents property ThousandsSeparator.

Tools

Represents property Tools.

UserprofilePicture

Represents property UserprofilePicture.

Top
Show:
 NameDescription
BringToFront

Represents method BringToFront.

GetActions

Represents method GetActions.

GetActiveProject

Represents method GetActiveProject.

GetApplicationVariables

Represents method GetApplicationVariables.

GetAuthToken

Represents method GetAuthToken.

GetDecimalSeparator

Represents method GetDecimalSeparator.

GetLibraries

Represents method GetLibraries.

GetListSeparator

Represents method GetListSeparator.

GetMainForm

Represents method GetMainForm.

GetProjects

Represents method GetProjects.

GetSettings

Represents method GetSettings.

GetSigmaCloudAccessToken

Represents method GetSigmaCloudAccessToken.

GetTerminated

Represents method GetTerminated.

GetThousandsSeparator

Represents method GetThousandsSeparator.

GetTools

Represents method GetTools.

IsLoggedIn

Represents method IsLoggedIn.

IsTokenValid

Represents method IsTokenValid.

Minimize

Represents method Minimize.

ProcessMessages

Represents method ProcessMessages.

Restore

Represents method Restore.

SetActiveProject(TSigmaProject)

Represents method SetActiveProject(TSigmaProject).

SetOnNotify(TApplicationNotificationEvent)

Represents method SetOnNotify(TApplicationNotificationEvent).

SetOnProjectNotify(TApplicationProjectNotificationEvent)

Represents method SetOnProjectNotify(TApplicationProjectNotificationEvent).

Terminate

Represents method Terminate.

Top