_Org_CurrSel_Presentation, _Org_CurrSel_PresentationEx, Org_CurrSel_GetFieldValue, Org_CurrSel_GetFieldValueEx, Org_CurrSel_GetRecordCount, Org_CurrSel_GetRecordCountEx, Org_CurrSel_OpenImage, Org_CurrSel_OpenImageEx, Org_InvertSelection, Org_InvertSelectionEx, Org_SelectAll, Org_SelectAllEx, Org_SelectRange, Org_SelectRangeEx, Org_SelectRecord, Org_SelectRecordEx
Description
Org_CurrSel_GetFieldValue( intSelectionIndex
, char *FieldName
, char *ReturnValue
, intValueLength
);
Function retrieves value of the specified record and field. The function acts only above selected records in active datasource. Function tries to find a field with the specified name as unique identifier. If fails, then tries to find a field with the specified name. For unique names of each field if the datasource contains file folder images see Comments section.
Parameters
Note
If the datasource points to a file folder, name of the fields can have only one of the following values: Filename, Path, Size, Filedate, Dimensions, Calibration, Optics, Type, SampleID, Author, Description, ImageID, Group, Capturing, Sampling, Location, Date, Conclusion, Info1, Info2.
Description
Org_CurrSel_GetFieldValueEx( intDataSource
, intSelectionIndex
, char *FieldName
, char *ReturnValue
, intValueLength
);
Function retrieves value of the specified record and field. The function acts only above selected records in the specified datasource.
Parameters
Note
If the datasource points to a file folder, name of the fields can have only one of the following values: Filename, Path, Size, Filedate, Dimensions, Calibration, Optics, Type, SampleID, Author, Description, ImageID, Group, Capturing, Sampling, Location, Date, Conclusion, Info1, Info2.
Description
int Org_CurrSel_GetRecordCount();
Returns the number of currently selected records in the active datasource.
Description
int Org_CurrSel_GetRecordCountEx(
int DataSource
);
Returns the number of currently selected records in the specified datasource.
Parameters
Description
Org_CurrSel_OpenImage(
int SelectionIndex
);
Function opens the image of the specified record. The function acts only above selected records in active datasource.
Description
Org_CurrSel_OpenImageEx( intDataSource
, intSelectionIndex
, char *FieldName
, intRefresh
);
Function opens the image of the specified record. The function acts only above selected records in the specified datasource. Function tries to find a field with the specified name as unique identifier. If fails, then tries to find a field with the specified name. For unique names of each field if the datasource contains file folder images see Comments section.
Parameters
Note
If the datasource points to a file folder, name of the fields can have only one of the following values: Filename, Path, Size, Filedate, Dimensions, Calibration, Optics, Type, SampleID, Author, Description, ImageID, Group, Capturing, Sampling, Location, Date, Conclusion, Info1, Info2.
Description
Org_InvertSelection();
The function inverts the selection in the active datasource. All selected items will be marked as unselected and all unselected items will be marked as selected.
Description
Org_InvertSelectionEx(
int DataSource
);
The function inverts the selection in the specified datasource. All selected items will be marked as unselected and all unselected items will be marked as selected.
Description
Org_SelectAll(
int Select
);
The function selects/deselects all items in the active datasource.
Description
Org_SelectAllEx( intDataSource
, intSelect
);
The function selects/deselects all items in the specified datasource.
Description
Org_SelectRange( intRecordIndexFrom
, intRecordIndexTo
, intSelect
);
The function selects/deselects all items from the specified interval in the active datasource.
Description
Org_SelectRangeEx( intDataSource
, intRecordIndexFrom
, intRecordIndexTo
, intSelect
);
The function selects/deselects all items from the specified interval in the active datasource.
Parameters
Description
Org_SelectRecord( intRecordIndex
, intSelect
);
The function selects/deselects the specified item in the active datasource.
Description
Org_SelectRecordEx( intDataSource
, intRecordIndex
, intSelect
);
The function selects/deselects the specified item in the specified datasource.
Description
_Org_CurrSel_Presentation();
This function starts a presentation of the images of the current directory (selected in the organizer view) according to the user settings. A dialog window appears.
Note
If there are no image files in the current directory, no action is performed.
Description
_Org_CurrSel_PresentationEx(
int DataSource
);
This function starts a presentation of the images of the current directory (selected in the organizer view) according to the user settings. The source pane (left or right) of the organizer can be set. A dialog window appears.
Parameters
See Also
_Org_CurrSel_Presentation