Create new CiQR object
Syntax
Visual Basic (Declaration) | |
---|
Public Function CreateQR() As CiQR |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CiServer
Dim value As CiQR
value = instance.CreateQR() |
C# | |
---|
public CiQR CreateQR() |
Delphi | |
---|
public function CreateQR(): CiQR; |
JScript | |
---|
public function CreateQR() : CiQR; |
Managed Extensions for C++ | |
---|
public: CiQR* CreateQR(); |
C++/CLI | |
---|
public:
CiQR^ CreateQR(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also