RtnVal = GV_GetNamedBool( self, GVName ) ; what is Self ???

Questions about MultiCharts and user contributed studies.
arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

RtnVal = GV_GetNamedBool( self, GVName ) ; what is Self ???

Postby arjfca » 14 Jul 2011

Hello

Self is an EasyLaguage reserved word used in GVGetNamedBool function.

Help definition say... Info on the next release of Multicharts.
Any info appreciated
Martin
6.5.10.27 Self
Self
Supported by PowerLanguage.
A detailed description and usage examples will be presented in the documentation accompanying the
next release of MultiCharts.
Code for GVGetNamedBool is

Code: Select all

external: "GlobalVariable.dll", bool, "GV_GetNamedBool", IEasyLanguageObject, LPSTR ;

inputs:
GVName( string ) ;
variables:
RtnVal( false ) ;

RtnVal = GV_GetNamedBool( self, GVName ) ;

GVGetNamedBool = RtnVal ;

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: RtnVal = GV_GetNamedBool( self, GVName ) ; what is Self

Postby Dave Masalov » 15 Jul 2011

Martin,

You can find the description of this reserved word in EasyLanguage Extension Software Development Kit which can be downloaded here: https://www.multicharts.com/multicharts ... mentation/


Return to “MultiCharts”