MLCHARGENLib Namespace > IMLCharGen Interface : GroupGetItem Method |
Sub GroupGetItem( _ ByVal _bsGroupID As String, _ ByVal _nIndex As Integer, _ ByRef _pbsItemID As String _ )
void GroupGetItem( string _bsGroupID, int _nIndex, out string _pbsItemID )
procedure GroupGetItem( _bsGroupID: String; _nIndex: Integer; Out _pbsItemID: String );
void GroupGetItem( BSTR* _bsGroupID, int _nIndex, [PARAMFLAG::Out] BSTR* _pbsItemID )