Skip to content

VideoFromImages_BitmapsSortedBy

property

Delphi
property VideoFromImages_BitmapsSortedBy: TFileSort read GetVideoFromImages_BitmapsSortedBy write SetVideoFromImages_BitmapsSortedBy  default DEF_VideoFromImages_BitmapsSortedBy;
C++Builder
__property TFileSort VideoFromImages_BitmapsSortedBy = {read=GetVideoFromImages_BitmapsSortedBy, write=SetVideoFromImages_BitmapsSortedBy, default=0};
C#
public TFileSort VideoFromImages_BitmapsSortedBy { get; set; }
VB.NET
Public Property VideoFromImages_BitmapsSortedBy As TFileSort
C++/Qt
TFileSort GetVideoFromImages_BitmapsSortedBy ();
void SetVideoFromImages_BitmapsSortedBy (TFileSort Value);

Specifies in which order the BMP or JPEG files located in VideoFromImages_SourceDirectory will be recorded.

The value is a TFileSort type.

Note: to sort correctly numeric sequences of bitmaps:

  • use fs_NameAsc or fs_NameDesc,

  • be sure to make the name of the images "zero padded". E.g.: 001.bmp, 002.bmp, 003.bmp, ... 009.bmp, 010.bmp, 011.bmp, ... 098.bmp, 099.bmp, 100.bmp, 101.bmp, ...